Skip to content

Commit ea27670

Browse files
committed
remove test code from the wheel
Adding MANIFEST.in only removed the test code from the sdist, but the same files were also added to the wheel. Using the exclude in pyproject.toml removes the test code from both the sdist and the wheel, without having to use MANIFEST.in.
1 parent 83ab84e commit ea27670

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ version = { attr = "arver.VERSION" }
4848

4949
[tool.setuptools.packages.find]
5050
where = ["."]
51+
exclude = ["tests"]
5152

5253
[tool.mypy]
5354
exclude = "build"

0 commit comments

Comments
 (0)