We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ec322 commit eb169f0Copy full SHA for eb169f0
1 file changed
pyproject.toml
@@ -41,6 +41,9 @@ classifiers = [
41
"Programming Language :: Python :: 3.9",
42
"Topic :: Software Development :: Libraries"
43
]
44
+include = [
45
+ {path = "tests", format = "sdist"},
46
+]
47
48
[tool.poetry.dependencies]
49
python = "^3.7.0"
0 commit comments