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 ae606a9 commit d20a48bCopy full SHA for d20a48b
pyproject.toml
@@ -43,6 +43,9 @@ doc = ["sphinx", "sphinxcontrib-trio"]
43
Documentation = "https://asyncstdlib.readthedocs.io/en/latest/"
44
Source = "https://github.com/maxfischer2781/asyncstdlib"
45
46
+[tool.flit.sdist]
47
+include = ["unittests"]
48
+
49
[tool.mypy]
50
files = ["asyncstdlib/*.py"]
51
check_untyped_defs = true
0 commit comments