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 b8ce73e commit bf52567Copy full SHA for bf52567
1 file changed
pyproject.toml
@@ -49,6 +49,9 @@ classifiers = [
49
"Programming Language :: Python :: 3.10",
50
"Topic :: Software Development :: Libraries"
51
]
52
+include = [
53
+ {path = "tests", format = "sdist"},
54
+]
55
56
[tool.poetry.dependencies]
57
python = "^3.7.0"
0 commit comments