Skip to content

Commit 33834d9

Browse files
committed
Include a whole bunch of new stuff in the source distribution.
1 parent fd7c5dd commit 33834d9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

MANIFEST.in

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
include LICENSE CHANGES README.rst *.py
1+
include LICENSE CHANGES README.rst *.py
2+
3+
recursive-include docs *
4+
prune docs/_build
5+
prune docs/_themes/.git
6+
7+
recursive-include tests *
8+
recursive-exclude tests *.pyc
9+
10+
recursive-include example *
11+
recursive-exclude example *.pyc

0 commit comments

Comments
 (0)