summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 0a2c923f1d7ddac089c22fe8e2f9818e3f8a9db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# any kind of "*" pulls in __init__.pyc files,
# so all extensions are explicit.

recursive-include doc *.html *.css *.txt *.js *.png *.py Makefile *.rst *.sty
recursive-include examples *.py *.xml
recursive-include test *.py *.dat *.testpatch

# include the pyx and pxd extensions, which otherwise
# don't come in if --with-cextensions isn't specified.
recursive-include lib *.pyx *.pxd *.txt

include README* AUTHORS LICENSE CHANGES* tox.ini
prune doc/build/output