MANIFEST.in (596B)
1 include CHANGELOG.rst CONTRIBUTING.rst README.rst 2 include LICENSE LICENSE.APACHE LICENSE.BSD 3 4 include .coveragerc 5 include .flake8 6 include .pre-commit-config.yaml 7 include mypy.ini 8 9 recursive-include docs * 10 recursive-include tests *.py 11 recursive-include tests/manylinux hello-world-* 12 recursive-include tests/musllinux glibc-* 13 recursive-include tests/musllinux musl-* 14 15 exclude noxfile.py 16 exclude .readthedocs.yml 17 exclude .travis.yml 18 exclude dev-requirements.txt 19 exclude tests/manylinux/build-hello-world.sh 20 exclude tests/musllinux/build.sh 21 exclude tests/hello-world.c 22 23 prune docs/_build 24 prune tasks