1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/MANIFEST.in
Marc Abramowitz ce3ceb7bd1 Move dev reqs from tox.ini to dev-requirements.txt
Then folks who don't use tox can do `pip install -r
dev-requirements.txt`

Since this is pip, which created the idea of requirements files, it
seems nice for the project to have one to showcase the idea.

Also cleaned up the tox.ini and made it more compact (fits now on my
laptop screen) and consistent.
2014-12-17 23:36:29 -08:00

23 lines
430 B
Plaintext

include AUTHORS.txt
include LICENSE.txt
include CHANGES.txt
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
exclude dev-requirements.txt
recursive-include pip/_vendor *.pem
recursive-include docs Makefile *.rst *.py *.bat
prune .travis
prune docs/_build
prune contrib
prune tasks
prune tests