Skip to content

Commit fbfe8ad

Browse files
committed
smaller dist
1 parent a0f8eb9 commit fbfe8ad

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

dist/nt2py-1.0.1-py3-none-any.whl

34.2 KB
Binary file not shown.

dist/nt2py-1.0.1.tar.gz

-96.8 MB
Binary file not shown.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ path = "nt2/__init__.py"
5252

5353
[tool.hatch.build.targets.wheel]
5454
packages = ["nt2"]
55+
exclude = ["/.git", "/.venv", "/dist", "/temp", "/nt2/tests/"]
56+
57+
[tool.hatch.build.targets.sdist]
58+
exclude = ["/.git", "/.venv", "/dist", "/temp", "/nt2/tests/"]

0 commit comments

Comments
 (0)