Skip to content

Commit e88df98

Browse files
author
Gerit Wagner
committed
fix: colrev.importer hatchling package wheels
1 parent c449640 commit e88df98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

colrev/packages/importer/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ repository = "https://github.com/CoLRev-Environment/colrev/tree/main/colrev/pack
1717
[project.scripts]
1818
colrev-importer = "colrev.packages.importer.src.importer:main"
1919

20-
[[tool.poetry.packages]]
21-
include = "src"
20+
[tool.hatch.build.targets.wheel]
21+
packages = ["src"]
2222

2323
[tool.colrev]
2424
colrev_doc_description = "TODO"

0 commit comments

Comments
 (0)