summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-04-19 11:34:39 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-04-19 11:34:39 -0400
commitf24839d6ae7d46c899a0bbf56dbdbf3366fca03c (patch)
tree4e1882e8a87db3e94a8b3fbc9f9db867e690691b /MANIFEST.in
parent72269fbfa1207273486fc03c0b31c6a767fa24d0 (diff)
downloadalembic-f24839d6ae7d46c899a0bbf56dbdbf3366fca03c.tar.gz
more crap
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index fe54650..309dc7f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,10 +1,8 @@
-# any kind of "*" pulls in __init__.pyc files,
-# so all extensions are explicit.
-
-recursive-include docs *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.mako *.sty
+recursive-include docs *
recursive-include test *.py *.dat
+recursive-include alembic/templates *
-include README* LICENSE distribute_setup.py ez_setup.py CHANGES*
+include README* LICENSE distribute_setup.py CHANGES*
prune doc/build/output