Skip to content

Commit fb1bb55

Browse files
committed
Include tests in sdist archives
Include the "tests" directory in sdist archives, to permit Linux distributions to use these archives instead of GitHub snapshots that are not reliable long-term.
1 parent 91f5cf2 commit fb1bb55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ classifiers = [
4242
"Programming Language :: Python :: 3.10",
4343
"Topic :: Software Development :: Libraries"
4444
]
45+
include = [
46+
{path = "tests", format = "sdist"},
47+
]
4548

4649
[tool.poetry.dependencies]
4750
jsonschema = "^4.0.0"

0 commit comments

Comments
 (0)