summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 855c534f299389871785cc9f48cef5a3bf80d92b (plain)
1
2
3
4
5
6
7
include LICENSE .coveragerc .travis.yml .pre-commit-config.yaml tox.ini pyproject.toml
include docs/Makefile docs/conf.py
include *.rst *.txt
exclude conftest.py .readthedocs.yml
recursive-include docs *.rst
prune tests
prune .github