aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 0c06e4c8e45c28b98028edac4359dc7a58dab9cd (plain)
1
2
3
4
5
6
7
8
9
10
include README.rst
include HISTORY.rst
include LICENSE
include AUTHORS.rst

recursive-include docs *
recursive-include tests *

prune docs/_build
global-exclude *.py[cdo] __pycache__ *.so *.pyd