Skip to content

Commit 7be22d4

Browse files
committed
Exclude tests from wheel
1 parent 6d5398f commit 7be22d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,8 @@ build.hooks.vcs.version-file = "wayback/_version.py"
8585
[tool.hatch.build.targets.sdist]
8686
exclude = [".git_archival.txt"]
8787

88+
[tool.hatch.build.targets.bdist]
89+
exclude = ["wayback/tests/*"]
90+
8891
[tool.check-wheel-contents]
8992
toplevel = "wayback"

0 commit comments

Comments
 (0)