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 e4549a4 commit 0237e04Copy full SHA for 0237e04
pyproject.toml
@@ -62,11 +62,6 @@ Changelog = "https://github.com/magpylib/magpylib-material-response/releases"
62
[tool.hatch]
63
version.source = "vcs"
64
build.hooks.vcs.version-file = "src/magpylib_material_response/_version.py"
65
-build.include = [
66
- "src/*",
67
- "src/magpylib_material_response/package_data/datasets/*.json",
68
- "src/magpylib_material_response/package_data/datasets/*.csv",
69
-]
70
71
[tool.hatch.envs.default]
72
features = ["test"]
0 commit comments