Skip to content

Commit bf52567

Browse files
committed
Include tests in sdist archives
1 parent b8ce73e commit bf52567

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)