Skip to content

Commit 60f9366

Browse files
authored
Merge pull request #2 from akrherz/build
Miscellaneous Things
2 parents f567ea0 + 55afbf4 commit 60f9366

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
**/*.pyc
2+
/dist

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)