File size: 449 Bytes
dee9fba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | include README.rst
include LICENSE.txt
include CONTRIBUTING.rst
include CHANGELOG.rst
include RELEASE_PROCESS.rst
include VERSION
recursive-include tests *.json
recursive-include tests *.py
global-exclude *.py[cod] __pycache__ *.so
exclude Makefile tox.ini .coveragerc .bumpversion.cfg .dockerignore .isort.cfg
exclude ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md
exclude appveyor.yml readthedocs.yml
exclude build32bit.sh
prune docs
prune .circleci
|