From: Mike Bayer Date: Mon, 24 Nov 2014 20:20:45 +0000 (-0500) Subject: fix manifest X-Git-Tag: rel_0_7_0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49ebf61c530f9f50da4680aff98743d368ecef43;p=thirdparty%2Fsqlalchemy%2Falembic.git fix manifest --- diff --git a/MANIFEST.in b/MANIFEST.in index d8bcd376..3252aad3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ recursive-include docs *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst * recursive-include tests *.py *.dat recursive-include alembic/templates *.mako README *.py -include README* LICENSE distribute_setup.py CHANGES* test.cfg +include README* LICENSE run_tests.py CHANGES* tox.ini prune docs/build/output