mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
27 lines
519 B
Text
27 lines
519 B
Text
include AUTHORS.txt
|
|
include LICENSE.txt
|
|
include NEWS.rst
|
|
include README.rst
|
|
include pyproject.toml
|
|
include pip/_vendor/README.rst
|
|
include pip/_vendor/vendor.txt
|
|
|
|
exclude .coveragerc
|
|
exclude .mailmap
|
|
exclude .travis.yml
|
|
exclude .landscape.yml
|
|
exclude pip/_vendor/Makefile
|
|
exclude tox.ini
|
|
exclude dev-requirements.txt
|
|
exclude appveyor.yml
|
|
|
|
recursive-include pip/_vendor *.pem
|
|
recursive-include docs Makefile *.rst *.py *.bat
|
|
|
|
prune .github
|
|
prune .travis
|
|
prune docs/_build
|
|
prune news
|
|
prune contrib
|
|
prune tasks
|
|
prune tests
|