summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-07 20:56:32 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-07 20:56:32 -0500
commit4bac9453e2a65258c0b267058856706670af1562 (patch)
tree36585de5d7cac9ee27c12a92c3b86c4e6627db30 /MANIFEST.in
parent3ef21da0ac02c72dd7eed7316d0b57bad0a8f8fb (diff)
downloadsqlalchemy-4bac9453e2a65258c0b267058856706670af1562.tar.gz
the mercurial extension seems to not work in py3k and also I don't
like its usage during build/install. going with the manual approach for the moment.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ec5cb7f6f..14db76721 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,13 @@
-recursive-include doc *.html *.css *.txt *.js *.jpg
+# any kind of "*" pulls in __init__.pyc files,
+# so all extensions are explicit.
+
+recursive-include doc *.html *.css *.txt *.js *.jpg *.py Makefile *.rst *.mako *.sty
+recursive-include examples *.py *.xml
+recursive-include test *.py *.dat
+
+# include the c extensions, which otherwise
+# don't come in if --with-cextensions isn't specified.
+recursive-include lib/ *.c *.txt
+
+include README* LICENSE distribute_setup.py sa2to3.py ez_setup.py sqla_nose.py CHANGES*
prune doc/build/output