MANIFEST.in 405 B

123456789101112
  1. # any kind of "*" pulls in __init__.pyc files,
  2. # so all extensions are explicit.
  3. recursive-include doc *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.mako *.sty autohandler
  4. recursive-include examples *.py *.xml *.mako *.myt *.kid *.tmpl
  5. recursive-include test *.py *.dat *.html
  6. include README* LICENSE distribute_setup.py ez_setup.py CHANGES*
  7. # when we go to sphinx
  8. #prune doc/build/output