From 49ebf61c530f9f50da4680aff98743d368ecef43 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 24 Nov 2014 15:20:45 -0500 Subject: fix manifest --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index d8bcd37..3252aad 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 -- cgit v1.2.1