summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 0e90934710a354c8378814257fdaddb6148ae9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
recursive-include docs *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.sty
recursive-include tests *.py *.dat *.crt *.pem *.key *.sh

include README* LICENSE CHANGES* log_tests.ini tox.ini hash_port.py

prune docs/build/output

# omit pyproject so that pip installers
# don't use poorly supported pep517 mode
exclude pyproject.toml