Skip to content

Commit ddcc63d

Browse files
committed
only exclude 'usage' from sdist
1 parent f1f0782 commit ddcc63d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ Homepage = "https://github.com/trevismd/statannotations"
6262
path = "src/statannotations/_version.py"
6363

6464
[tool.hatch.build.targets.sdist]
65-
only-include = [
66-
"/src/statannotations",
67-
# "usage",
68-
# "tests",
69-
# "docs",
65+
exclude = [
66+
# increases the size too much
67+
"usage",
7068
]
7169

7270

0 commit comments

Comments
 (0)