summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorBrad Allen <bradallen137@gmail.com>2010-03-07 20:43:11 -0600
committerBrad Allen <bradallen137@gmail.com>2010-03-07 20:43:11 -0600
commit5e188cce57dc25da70d61e96132e8c1356e0df9c (patch)
tree8924d8ede6cd3a8086779a8c070194d556b5585d /MANIFEST.in
parent4bac9453e2a65258c0b267058856706670af1562 (diff)
downloadsqlalchemy-5e188cce57dc25da70d61e96132e8c1356e0df9c.tar.gz
distutils choked on the trailing slash on the lib directory in the manifest.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 14db76721..b582c4c66 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,7 +7,7 @@ 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
+recursive-include lib *.c *.txt
include README* LICENSE distribute_setup.py sa2to3.py ez_setup.py sqla_nose.py CHANGES*
prune doc/build/output