Skip to content

Commit 138b5f7

Browse files
committed
Update pyproject.toml
1 parent 79e8f2c commit 138b5f7

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2", "wheel"]
33
build-backend = "setuptools.build_meta"
44

5-
[tool.hatch.build.targets.wheel]
6-
packages = ["causarray"]
7-
85
[tool.hatch.build.targets.sdist]
96
only-packages = true
7+
include = ["causarray"]
108
exclude = ["/docs", "/tests", "/tutorial"]
119

10+
[tool.hatch.build.targets.wheel]
11+
packages = ["causarray"]
12+
13+
14+
1215
[project]
1316
name = "causarray"
1417
dynamic = ["version"]

0 commit comments

Comments
 (0)