summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: a9c2c7fb19b98b05bc554998a2dbdda83d87cefd (plain)
1
2
3
4
5
6
7
8
9
# 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 tests *.py *.dat

include README* LICENSE distribute_setup.py ez_setup.py CHANGES*
prune doc/build/output