summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 8407f7b6a22de0f803465edce58cb5e4a34cd594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 examples *.py *.xml *.mako *.myt *.kid *.tmpl
recursive-include test *.py *.dat *.html *.mako

include README* LICENSE distribute_setup.py ez_setup.py CHANGES*

# when we go to sphinx
#prune doc/build/output