We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893c1db commit 55afbf4Copy full SHA for 55afbf4
1 file changed
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