Skip to content

Commit c5ba76a

Browse files
committed
Include tests in sdist
Explicitly include tests in sdist archives, as they are used by packagers to test the package. Tests disappeared in the 3.5 release.
1 parent 2eb16d3 commit c5ba76a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ dynamic = ["version"]
4343

4444
[tool.flit.sdist]
4545
exclude = [".gitignore", ".github/"]
46+
include = ["tests"]

0 commit comments

Comments
 (0)