Skip to content

Commit b6b431e

Browse files
committed
test
1 parent da1aad5 commit b6b431e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ build.include = [
6666
"src/magpylib_material_response/package_data/datasets/*.json",
6767
"src/magpylib_material_response/package_data/datasets/*.csv",
6868
]
69-
#build.sources = ["src"]
69+
build.sources = ["src"]
70+
71+
[tool.hatch.build.targets.wheel]
72+
include = ["src/**"]
73+
7074

7175
[tool.hatch.envs.default]
7276
features = ["test"]

0 commit comments

Comments
 (0)