Skip to content

Commit 214aeee

Browse files
authored
Merge pull request #59 from pharmaverse/exclude
Add exclusion rules for sdist and wheel build targets
2 parents 15bff4b + 4633744 commit 214aeee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ pkglite = "pkglite.main:app"
4747
requires = ["hatchling"]
4848
build-backend = "hatchling.build"
4949

50+
[tool.hatch.build.targets.sdist]
51+
exclude = ["/docs", "/uv.lock", "/zensical.toml"]
52+
53+
[tool.hatch.build.targets.wheel]
54+
exclude = ["/docs", "/uv.lock", "/zensical.toml"]
55+
5056
[dependency-groups]
5157
dev = [
5258
"isort>=7.0.0",

0 commit comments

Comments
 (0)