Skip to content

Commit ceff31a

Browse files
committed
proper MANIFEST
Change-Id: Iaa6b471f16957c77794d06f49f0f5e547c09d60f
1 parent a06031f commit ceff31a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

MANIFEST.in

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
recursive-include **/tests *.py
2-
recursive-include examples *
3-
include README* LICENSE changelog.rst tox.ini connmon.png
4-
1+
recursive-include docs *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.sty
2+
recursive-include tests *.py *.dat *.pyi
3+
recursive-include README *.py *.pyi
4+
recursive-include awaitlet *.py *.pyi py.typed
55

6+
include README* LICENSE CHANGES* tox.ini
67

8+
prune docs/build/output

0 commit comments

Comments
 (0)