summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-11-30 14:57:31 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-11-30 14:57:31 -0500
commit8c9b4c286ba1ff085440855b66e35098b24bd681 (patch)
tree149e3fedf5e891d304bec5c6ccc11072546ee72c /MANIFEST.in
parente3e59ede4d4c3885c99d6e5e8d50c2391a289a70 (diff)
downloadalembic-8c9b4c286ba1ff085440855b66e35098b24bd681.tar.gz
fixups
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 309dc7f..c4aba0e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,9 @@
-recursive-include docs *
-recursive-include test *.py *.dat
-recursive-include alembic/templates *
+include docs/ *.html *.css *.js *.txt
+recursive-include tests *.py *.dat
+recursive-include alembic/templates *.mako README *.py
include README* LICENSE distribute_setup.py CHANGES*
-prune doc/build/output
+prune docs/build/output
+