summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a9c2c7f..11a4ef8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1,8 @@
-# any kind of "*" pulls in __init__.pyc files,
-# so all extensions are explicit.
-
-recursive-include doc *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.mako *.sty
-recursive-include examples *.py
+recursive-include docs *.html *.css *.js *.txt
recursive-include tests *.py *.dat
-include README* LICENSE distribute_setup.py ez_setup.py CHANGES*
-prune doc/build/output
+include README* LICENSE distribute_setup.py CHANGES* test.cfg
+
+prune docs/build/output
+
+