Skip to content

Commit 315718c

Browse files
committed
pyproject: add exclude
1 parent 6e6bcf0 commit 315718c

File tree

2 files changed

+39
-35
lines changed

2 files changed

+39
-35
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ dev-dependencies = [
3535
"hypercorn[aioquic,trio,uvloop]>=0.17.3",
3636
]
3737

38+
[tool.hatch.build.targets.sdist]
39+
exclude = [ "examples" ]
40+
3841
[tool.ruff]
3942
line-length = 120
4043

uv.lock

Lines changed: 36 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)