summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2014-12-17 22:20:33 -0800
committerMarc Abramowitz <marc@marc-abramowitz.com>2014-12-17 23:36:29 -0800
commitce3ceb7bd16166a0fdaf279d3c424e450f21abba (patch)
tree7dd0b308bafb9cde973a6deec9986c18609f237b /MANIFEST.in
parente4d12f96af64db0eac04f4f1f06610c82c79d84a (diff)
downloadpip-ce3ceb7bd16166a0fdaf279d3c424e450f21abba.tar.gz
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.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 59aa5b001..304975404 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -10,6 +10,7 @@ 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