We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5398f commit 7be22d4Copy full SHA for 7be22d4
pyproject.toml
@@ -85,5 +85,8 @@ build.hooks.vcs.version-file = "wayback/_version.py"
85
[tool.hatch.build.targets.sdist]
86
exclude = [".git_archival.txt"]
87
88
+[tool.hatch.build.targets.bdist]
89
+exclude = ["wayback/tests/*"]
90
+
91
[tool.check-wheel-contents]
92
toplevel = "wayback"
0 commit comments