We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f567ea0 + 55afbf4 commit 60f9366Copy full SHA for 60f9366
2 files changed
.gitignore
@@ -0,0 +1,2 @@
1
+**/*.pyc
2
+/dist
pyproject.toml
@@ -31,6 +31,10 @@ Documentation = "https://github.com/a-urq/ecape-parcel-py#readme"
31
Issues = "https://github.com/a-urq/ecape-parcel-py/issues"
32
Source = "https://github.com/a-urq/ecape-parcel-py"
33
34
+# workaround latest hatchling oddities
35
+[tool.hatch.build.targets.wheel]
36
+packages = ["src/ecape_parcel"]
37
+
38
[tool.hatch.version]
39
path = "src/ecape_parcel/__about__.py"
40
0 commit comments