mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
cb0e586f5d
Remove the old get-pip.py shim
30 lines
565 B
Text
30 lines
565 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
|
|
|
|
include docs/docutils.conf
|
|
|
|
exclude .coveragerc
|
|
exclude .mailmap
|
|
exclude .travis.yml
|
|
exclude tox.ini
|
|
exclude appveyor.yml
|
|
|
|
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 docs/build
|
|
prune news
|
|
prune tasks
|
|
prune tests
|
|
prune tools
|