diff --git a/MANIFEST.in b/MANIFEST.in index 8407f7b6a22de0f803465edce58cb5e4a34cd594..f6e0a5bcd99afdec1d3efc915a6d9625d4784d0d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,12 +1,11 @@ # 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 autohandler +recursive-include doc *.html *.css *.txt *.js *.png *.py Makefile *.rst *.mako recursive-include examples *.py *.xml *.mako *.myt *.kid *.tmpl -recursive-include test *.py *.dat *.html *.mako +recursive-include test *.py *.html *.mako include README* LICENSE distribute_setup.py ez_setup.py CHANGES* -# when we go to sphinx -#prune doc/build/output +prune doc/build/output