summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-08-24 14:34:38 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-08-24 14:34:38 -0400
commit0cb2276155932b9fd5d98f8b2a823e734d006e25 (patch)
treed5b4ac0678e9d4b08e688d0bddcfe05686785b4a
parentbea8a04edba2a144d8b8eaef2ecd6298b527cca8 (diff)
downloaddogpile-core-0cb2276155932b9fd5d98f8b2a823e734d006e25.tar.gz
manifest file
-rw-r--r--MANIFEST.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..a9c2c7f
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,9 @@
+# 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 tests *.py *.dat
+
+include README* LICENSE distribute_setup.py ez_setup.py CHANGES*
+prune doc/build/output