summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-01-06 16:12:43 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-01-06 16:12:43 -0500
commit76e622b46ef71eddfbcd1232ee08b4e55c88c363 (patch)
tree7500f955ed3c68e48766dda5d98bf1aa312851e7
parentd8bb3b9197e74a1cdaf9788ae631f77713490fde (diff)
downloadmako-76e622b46ef71eddfbcd1232ee08b4e55c88c363.tar.gz
some manifest adjustments
-rw-r--r--MANIFEST.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8407f7b..f6e0a5b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,12 +1,11 @@
# 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 autohandler
+recursive-include doc *.html *.css *.txt *.js *.png *.py Makefile *.rst *.mako
recursive-include examples *.py *.xml *.mako *.myt *.kid *.tmpl
-recursive-include test *.py *.dat *.html *.mako
+recursive-include test *.py *.html *.mako
include README* LICENSE distribute_setup.py ez_setup.py CHANGES*
-# when we go to sphinx
-#prune doc/build/output
+prune doc/build/output