summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 22f4a5c1b4cbbb43ec1fc6af395e5beb6cc70521 (plain)
1
2
3
4
5
6
7
8
include README.rst
include requirements*.txt

include docs/Makefile
recursive-include docs *.py *.rst
include docs/_static/.keep_dir
prune docs/_build
recursive-include tests *.py *.data