summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: b7fe85b37149fcd938ca685bf730034bfc09f7e6 (plain)
1
2
3
4
5
6
7
include README
include ChangeLog
include docs/Makefile
recursive-include docs *.py *.rst
include docs/_static/.keep_dir
prune docs/_build
recursive-include tests *.py