Skip to content

Commit 9d35e6d

Browse files
authored
Merge pull request #71 from python-openapi/feature/test-sdist
Include tests in sdist archives
2 parents 17ec322 + eb169f0 commit 9d35e6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ classifiers = [
4141
"Programming Language :: Python :: 3.9",
4242
"Topic :: Software Development :: Libraries"
4343
]
44+
include = [
45+
{path = "tests", format = "sdist"},
46+
]
4447

4548
[tool.poetry.dependencies]
4649
python = "^3.7.0"

0 commit comments

Comments
 (0)