summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 9d51b59a9887a2170a7b03108e1d5a897dd62a1c (plain)
1
2
3
4
5
6
7
8
include README.rst
include LICENSE
include HISTORY.rst
include AUTHORS.rst
prune *.pyc
#recursive-include docs *.rst *.py Makefile
recursive-include tests *.py
prune docs/_build