We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e8f2c commit 138b5f7Copy full SHA for 138b5f7
1 file changed
pyproject.toml
@@ -2,13 +2,16 @@
2
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
-[tool.hatch.build.targets.wheel]
6
-packages = ["causarray"]
7
-
8
[tool.hatch.build.targets.sdist]
9
only-packages = true
+include = ["causarray"]
10
exclude = ["/docs", "/tests", "/tutorial"]
11
+[tool.hatch.build.targets.wheel]
+packages = ["causarray"]
12
+
13
14
15
[project]
16
name = "causarray"
17
dynamic = ["version"]
0 commit comments