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 a06031f commit ceff31aCopy full SHA for ceff31a
MANIFEST.in
@@ -1,6 +1,8 @@
1
-recursive-include **/tests *.py
2
-recursive-include examples *
3
-include README* LICENSE changelog.rst tox.ini connmon.png
4
-
+recursive-include docs *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.sty
+recursive-include tests *.py *.dat *.pyi
+recursive-include README *.py *.pyi
+recursive-include awaitlet *.py *.pyi py.typed
5
6
+include README* LICENSE CHANGES* tox.ini
7
8
+prune docs/build/output
0 commit comments