We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3772566 commit 459c750Copy full SHA for 459c750
pyproject.toml
@@ -38,3 +38,6 @@ filterwarnings = [
38
# See: aio-libs/aiohttp#7545
39
"ignore:.*datetime.utcfromtimestamp().*:DeprecationWarning",
40
]
41
+
42
+[tool.flit.sdist]
43
+include = ["docs", "tests"]
0 commit comments