Skip to content

Commit 2762156

Browse files
committed
remove unnecessary files from build
1 parent 25ae718 commit 2762156

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ path = "CHANGES.rst"
4848
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
4949
path = "LICENSE.rst"
5050

51+
[tool.hatch.build.targets.sdist]
52+
exclude = [
53+
"/.github/",
54+
"/js/",
55+
"/Makefile",
56+
"/mx.ini",
57+
"/package.json",
58+
"/pnpm-lock.yaml",
59+
"/scss/",
60+
"/tokens.ini",
61+
]
62+
5163
[tool.hatch.build.targets.wheel]
5264
packages = ["src/cone"]
5365

0 commit comments

Comments
 (0)