MANIFEST.in 358 B

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