1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/MANIFEST.in

22 lines
401 B
Plaintext
Raw Normal View History

include AUTHORS.txt
include LICENSE.txt
2013-01-18 22:25:15 +01:00
include CHANGES.txt
2014-03-01 20:22:34 +01:00
include README.rst
include pip/_vendor/README.rst
include pip/_vendor/vendor.txt
exclude .coveragerc
exclude .mailmap
exclude .travis.yml
exclude pip/_vendor/Makefile
exclude tox.ini
recursive-include pip/_vendor *.pem
recursive-include docs Makefile *.rst *.py *.bat
prune .travis
prune docs/_build
prune contrib
2014-02-26 01:38:24 +01:00
prune tasks
prune tests