From: Mike Bayer Date: Wed, 30 Nov 2011 20:08:49 +0000 (-0500) Subject: more manifest fix X-Git-Tag: rel_0_1_0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf28d1fc3e665ae81baa5e47609840ea6f42142;p=thirdparty%2Fsqlalchemy%2Falembic.git more manifest fix --- diff --git a/MANIFEST.in b/MANIFEST.in index 8b8ce74c..ad779c27 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include docs/ *.html *.css *.js *.txt +recursive-include docs *.html *.css *.js *.txt recursive-include tests *.py *.dat recursive-include alembic/templates *.mako README *.py