Core utilities for Python packages
https://packaging.pypa.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
579 B
23 lines
579 B
include CHANGELOG.rst CONTRIBUTING.rst README.rst |
|
include LICENSE LICENSE.APACHE LICENSE.BSD |
|
|
|
include .coveragerc |
|
include .flake8 |
|
include .pre-commit-config.yaml |
|
|
|
recursive-include docs * |
|
recursive-include tests *.py |
|
recursive-include tests/manylinux hello-world-* |
|
recursive-include tests/musllinux glibc-* |
|
recursive-include tests/musllinux musl-* |
|
|
|
exclude noxfile.py |
|
exclude .readthedocs.yml |
|
exclude .travis.yml |
|
exclude dev-requirements.txt |
|
exclude tests/manylinux/build-hello-world.sh |
|
exclude tests/musllinux/build.sh |
|
exclude tests/hello-world.c |
|
|
|
prune docs/_build |
|
prune tasks
|
|
|