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