pip/MANIFEST.in

36 lines
723 B
Plaintext
Raw Normal View History

include AUTHORS.txt
include LICENSE.txt
2017-03-19 01:50:01 +01:00
include NEWS.rst
2014-03-01 20:22:34 +01:00
include README.rst
2017-03-19 01:50:01 +01:00
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 tox.ini
2019-09-05 09:12:53 +02:00
exclude noxfile.py
recursive-include src/pip/_vendor *.pem
recursive-include docs Makefile *.rst *.py *.bat
2017-09-02 13:10:36 +02:00
exclude src/pip/_vendor/six
exclude src/pip/_vendor/six/moves
2017-09-02 13:10:36 +02:00
recursive-exclude src/pip/_vendor *.pyi
2016-02-27 07:54:57 +01:00
prune .github
2018-08-24 22:09:32 +02:00
prune .azure-pipelines
2017-10-07 18:45:27 +02:00
prune docs/build
2017-03-19 01:50:01 +01:00
prune news
2014-02-26 01:38:24 +01:00
prune tasks
prune tests
2018-06-15 20:42:06 +02:00
prune tools