summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-12-23 12:27:27 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-12-23 12:27:27 -0500
commitbadb555aca2170ce733d1d784e9467d89bce6560 (patch)
tree9159108000467d1153d3d9aabf8b57a307a1919e
parent2d6a86074277bca000b95fb0030e869ed2d5715a (diff)
downloaddogpile-core-badb555aca2170ce733d1d784e9467d89bce6560.tar.gz
fix manifestrel_0_2_1
-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
+
+