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 16b134b commit 144d81dCopy full SHA for 144d81d
pyproject.toml
@@ -66,6 +66,19 @@ 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"]
70
+
71
+[tool.hatch.build.targets.wheel]
72
+packages = ["src/magpylib_material_response"]
73
74
+[tool.hatch.build.targets.sdist]
75
+include = [
76
+ "src/magpylib_material_response",
77
+ "README.md",
78
+ "LICENSE",
79
+ "pyproject.toml",
80
+]
81
82
83
[tool.hatch.envs.default]
84
features = ["test"]
0 commit comments