]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
distutils choked on the trailing slash on the lib directory in the manifest.
authorBrad Allen <bradallen137@gmail.com>
Mon, 8 Mar 2010 02:43:11 +0000 (20:43 -0600)
committerBrad Allen <bradallen137@gmail.com>
Mon, 8 Mar 2010 02:43:11 +0000 (20:43 -0600)
MANIFEST.in

index 14db7672159d1fbbe1892c82d1e9bb47a644ea06..b582c4c661fc8925d18da3b38615194a6d2d2a51 100644 (file)
@@ -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