From badb555aca2170ce733d1d784e9467d89bce6560 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 23 Dec 2011 12:27:27 -0500 Subject: fix manifest --- MANIFEST.in | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a9c2c7f..11a4ef8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,8 @@ -# any kind of "*" pulls in __init__.pyc files, -# so all extensions are explicit. - -recursive-include doc *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.mako *.sty -recursive-include examples *.py +recursive-include docs *.html *.css *.js *.txt recursive-include tests *.py *.dat -include README* LICENSE distribute_setup.py ez_setup.py CHANGES* -prune doc/build/output +include README* LICENSE distribute_setup.py CHANGES* test.cfg + +prune docs/build/output + + -- cgit v1.2.1