Skip to content

Commit 91f303c

Browse files
authored
Merge pull request #537 from python-openapi/feature/test-sdist
Include tests in sdist archives
2 parents b8ce73e + bf52567 commit 91f303c

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
@@ -49,6 +49,9 @@ classifiers = [
4949
"Programming Language :: Python :: 3.10",
5050
"Topic :: Software Development :: Libraries"
5151
]
52+
include = [
53+
{path = "tests", format = "sdist"},
54+
]
5255

5356
[tool.poetry.dependencies]
5457
python = "^3.7.0"

0 commit comments

Comments
 (0)