summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: cb795e03bc214d838a74fec2a9a09cd8daa03afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
recursive-include docs *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.sty
recursive-include tests *.py *.dat *.pyi
recursive-include alembic/templates *.mako README *.py *.pyi
recursive-include alembic *.py *.pyi py.typed
recursive-include tools *.py

include README* LICENSE CHANGES* tox.ini

prune docs/build/output
exclude pyproject.toml