Skip to content

Commit 55afbf4

Browse files
committed
fix: workaround latest hatchling oddities
1 parent 893c1db commit 55afbf4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Documentation = "https://github.com/a-urq/ecape-parcel-py#readme"
3131
Issues = "https://github.com/a-urq/ecape-parcel-py/issues"
3232
Source = "https://github.com/a-urq/ecape-parcel-py"
3333

34+
# workaround latest hatchling oddities
35+
[tool.hatch.build.targets.wheel]
36+
packages = ["src/ecape_parcel"]
37+
3438
[tool.hatch.version]
3539
path = "src/ecape_parcel/__about__.py"
3640

0 commit comments

Comments
 (0)