summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for EOL Python 3.4Hugo2019-07-071-2/+1
* Merge branch 'master' into python-3.7Pradyun Gedam2018-07-241-2/+1
|\
| * Satisfy the linterPradyun Gedam2018-07-051-1/+0
| * Fix lint errors on newly covered filesPradyun Gedam2018-06-251-1/+1
* | Document and test support for Py3.7Pradyun Gedam2018-07-031-0/+1
|/
* Revert "Make it black."Pradyun Gedam2018-06-061-11/+18
* Make it black.Pradyun Gedam2018-05-311-18/+11
* Update the setup.py filePradyun Gedam2018-05-301-23/+17
* Drop support for Python 3.3Donald Stufft2018-05-171-2/+1
* Add missing trove classifiers for supported CPython implementations (#4804)Jon Dufresne2017-10-221-0/+2
* Fix ResourceWarning generated by setup.py when warnings are enabledJon Dufresne2017-10-181-1/+2
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-5/+9
* fix for 'pretend' and 'scripttest>=1.3' requirements getting concatenatedBartek Ogryczak2017-05-091-1/+1
* Removed setup.py test supportDonald Stufft2017-03-301-17/+0
* - Change the pip outdated check to use PackageFinder to find currentCooper Lees2017-03-231-2/+8
* Fix up some bookkeepingDonald Stufft2017-03-181-2/+2
* Python 3.6 is supported (#4241)Hugo2017-01-181-0/+1
* Specify the supported python version via python_requires (#3860)Xavier Fernandez2016-07-211-0/+1
* Add ``pretend`` to list of test_requiresFrancesco Montesano2016-02-021-1/+2
* Drop support for Python 3.2Donald Stufft2015-10-011-1/+1
* Do a (slightly) less insane thing to handle debundlingDonald Stufft2015-06-231-42/+7
* Also exclude package_data when running with NO_VENDORDonald Stufft2014-11-201-6/+10
* Address Feedback from @ncoghlanDonald Stufft2014-11-201-2/+2
* Add a warning to the setup.py if used with no bundledDonald Stufft2014-11-201-0/+15
* Conditionally install the pip._vendor itemsDonald Stufft2014-11-201-1/+19
* Ensure that package_data is correct and the MANIFEST.in is correctDonald Stufft2014-09-291-0/+1
* Merge branch 'master' into developDonald Stufft2014-05-031-1/+1
|\
| * Update documentation to point at https://pip.pypa.io/Donald Stufft2014-05-021-1/+1
* | Fix code to handle the latest flake8Donald Stufft2014-03-261-1/+1
* | have pip just be an installer for simplicity. remove the vague "manage" descr...Marcus Smith2014-03-111-1/+1
* | have setup.py long_description just be README.rstMarcus Smith2014-03-011-2/+1
* | update python support in classifiersMarcus Smith2014-03-011-1/+2
* | Generate AUTHORS using git logDonald Stufft2014-02-261-1/+1
* | Use Flake8 on the test of pip's Python filesDonald Stufft2014-01-281-38/+44
|/
* Rename pip.vendor.* to pip._vendor.* to ensure it's obviously privateDonald Stufft2013-10-221-3/+3
* Add distlib's package_data to setup.pyPaul Moore2013-10-221-1/+5
* Use requests instead of urllib2Donald Stufft2013-09-241-1/+1
* Vendor requests v2.0.0Donald Stufft2013-09-241-1/+1
* Require the newest version of scripttestDonald Stufft2013-08-211-1/+1
* Switch to using py.test as the test runner instead of noseDonald Stufft2013-08-211-3/+21
* setup.py: dropped claim of python 2.5 supportJim Garrison2013-07-251-1/+0
* Merge branch 'release-1.4' into developJannis Leidel2013-07-231-22/+20
|\
| * Ignore everything in tests.Jannis Leidel2013-07-231-1/+1
| * Remove the changelog from the PyPI page and add links to it and the installat...Jannis Leidel2013-07-231-21/+19
* | Versioned commands consistent with python.Paul Nasrat2013-07-141-1/+2
|/
* wheel: account for purelib != platlibDaniel Holth2013-06-301-0/+1
* have "pip wheel" only be satisfied by setuptoolsMarcus Smith2013-06-271-1/+1
* Switch to using a fully vendored distlib inside of pip.vendorDonald Stufft2013-03-091-2/+2
* Only install stable releases by defaultDonald Stufft2013-03-091-1/+1
* use rst extensions for editability and RTD linksMarcus Smith2013-03-031-1/+1