From 5e188cce57dc25da70d61e96132e8c1356e0df9c Mon Sep 17 00:00:00 2001 From: Brad Allen Date: Sun, 7 Mar 2010 20:43:11 -0600 Subject: [PATCH] distutils choked on the trailing slash on the lib directory in the manifest. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3