Skip to content

Commit 4bbad45

Browse files
committed
Add .github to exclude
Change-Id: Ib20178e9856528391f52033e2cce84f3de702c70
1 parent bc2c8ae commit 4bbad45

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ dev = [
6060
[tool.hatch.version]
6161
source = "uv-dynamic-versioning"
6262

63+
[tool.hatch.build.targets.sdist]
64+
exclude = [".github",]
65+
6366
[tool.uv-dynamic-versioning]
6467
fallback-version = "0.1.0"
6568
vcs = "git"

0 commit comments

Comments
 (0)