From: Brad Allen Date: Mon, 8 Mar 2010 02:43:11 +0000 (-0600) Subject: distutils choked on the trailing slash on the lib directory in the manifest. X-Git-Tag: rel_0_6beta2~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e188cce57dc25da70d61e96132e8c1356e0df9c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git distutils choked on the trailing slash on the lib directory in the manifest. --- diff --git a/MANIFEST.in b/MANIFEST.in index 14db767215..b582c4c661 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