From: Mike Bayer Date: Sun, 8 Jan 2012 18:38:36 +0000 (-0500) Subject: need to include the .rst files in the manifest X-Git-Tag: rel_0_2_0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e2a6053bddf1492e85a0650d37061d95af5e6d;p=thirdparty%2Fsqlalchemy%2Falembic.git need to include the .rst files in the manifest --- diff --git a/MANIFEST.in b/MANIFEST.in index ad779c27..c5e512b8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-include docs *.html *.css *.js *.txt +recursive-include docs *.html *.css *.js *.txt *.rst recursive-include tests *.py *.dat recursive-include alembic/templates *.mako README *.py