mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
36 lines
755 B
Text
36 lines
755 B
Text
include AUTHORS.txt
|
|
include LICENSE.txt
|
|
include NEWS.rst
|
|
include README.rst
|
|
include pyproject.toml
|
|
|
|
include src/pip/_vendor/README.rst
|
|
include src/pip/_vendor/vendor.txt
|
|
recursive-include src/pip/_vendor *LICENSE*
|
|
recursive-include src/pip/_vendor *COPYING*
|
|
|
|
include docs/docutils.conf
|
|
|
|
exclude .coveragerc
|
|
exclude .mailmap
|
|
exclude .appveyor.yml
|
|
exclude .travis.yml
|
|
exclude .readthedocs.yml
|
|
exclude .pre-commit-config.yaml
|
|
exclude tox.ini
|
|
exclude noxfile.py
|
|
|
|
recursive-include src/pip/_vendor *.pem
|
|
recursive-include docs Makefile *.rst *.py *.bat
|
|
|
|
exclude src/pip/_vendor/six
|
|
exclude src/pip/_vendor/six/moves
|
|
recursive-exclude src/pip/_vendor *.pyi
|
|
|
|
prune .github
|
|
prune .azure-pipelines
|
|
prune docs/build
|
|
prune news
|
|
prune tasks
|
|
prune tests
|
|
prune tools
|