Skip to content

Commit eb169f0

Browse files
committed
Include tests in sdist archives
1 parent 17ec322 commit eb169f0

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