Skip to content

Commit dc30e7b

Browse files
authored
Merge pull request #199 from mgorny/test-sdist
Include tests in sdist archives
2 parents 91f5cf2 + fb1bb55 commit dc30e7b

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
@@ -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)