We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1aad5 commit b6b431eCopy full SHA for b6b431e
pyproject.toml
@@ -66,7 +66,11 @@ build.include = [
66
"src/magpylib_material_response/package_data/datasets/*.json",
67
"src/magpylib_material_response/package_data/datasets/*.csv",
68
]
69
-#build.sources = ["src"]
+build.sources = ["src"]
70
+
71
+[tool.hatch.build.targets.wheel]
72
+include = ["src/**"]
73
74
75
[tool.hatch.envs.default]
76
features = ["test"]
0 commit comments