summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add Python 3.12 classifier (#12019)Pradyun Gedam2023-05-081-0/+1
* Add a version check to __pip-runner__.pyPaul Moore2022-08-031-0/+2
* Added Python 3.11 classifierPaul Moore2022-07-211-0/+1
* Drop support for soon-EOL Python 3.6Hugo van Kemenade2021-11-081-2/+1
* Upgrade distlib to 0.3.3 (#10502)Niyas Sait2021-09-261-1/+8
* Add Python 3.10 supportPradyun Gedam2021-08-061-0/+1
* Fix the annotations for `setup.py`Diego Ramirez2021-06-231-4/+2
* Drop keywordsPradyun Gedam2021-04-011-1/+0
* Blacken setup.pyPradyun Gedam2021-04-011-15/+9
* Merge pull request #9591 from hexagonrecursion/openPradyun Gedam2021-02-231-1/+1
|\
| * Replace `open(file, 'r')` with `open(file)`Andrey Bienkowski2021-02-101-1/+1
* | Handle several mypy TODO comments and exceptionsJon Dufresne2021-02-221-3/+2
|/
* Merge pull request #9279 from jdufresne/py.typedTzu-ping Chung2021-02-071-0/+1
|\
| * Distribute and install py.typed to provide type informationJon Dufresne2020-12-151-0/+1
* | Fix syntax of classifiersPaul Moore2021-01-231-1/+1
* | Replace io.open() and codecs.open() with builtin open()Jon Dufresne2020-12-251-2/+1
* | Add `Python 3 :: Only` classifierPradyun Gedam2020-12-191-0/+1
* | Update classifiers to drop Python 2.5,3.5Pradyun Gedam2020-12-181-3/+0
* | Update python_requires in setup.pyPradyun Gedam2020-12-181-1/+1
|/
* Document and start testing Python 3.9 supportNguyễn Gia Phong2020-10-121-0/+1
* Fixed useless `else` cluase after loop inside `get_version` function in setu...Avinash Karhana2020-07-111-2/+1
* Updated author email in configuration and testsSumana Harihareswara2020-05-281-1/+1
* Add Changelog project URLVille Skyttä2020-05-061-0/+1
* setup: Save vendor.txt as package data as wellNoah Gorny2020-04-101-0/+1
* Add docs and repo to project_urls metadataHugo van Kemenade2020-01-101-0/+4
* Move pip._internal.main to cli submoduleChris Hunt2019-12-181-3/+5
* setup.py: Simplify version extraction (#6004)Christopher Hunt2019-11-181-17/+12
|\
| * Remove extra escapesChris Hunt2019-11-171-1/+1
| * Keep read() function according to reviewanatoly techtonik2019-10-071-4/+5
| * setup.py: Simplify version extractionanatoly techtonik2018-11-111-19/+13
* | Merge pull request #7219 from hugovk/add-3.8Christopher Hunt2019-10-171-0/+1
|\ \
| * | Declare support for Python 3.8Hugo2019-10-151-0/+1
* | | Change %s string formatting to str.format in setup.py (#7199)robin elisha robinson2019-10-171-2/+2
|/ /
* | add per-file disallow_untyped_defs=False, and set it to True globallyMaxim Kurnikov2019-09-291-0/+3
* | Move `pip._internal:main` to its own moduleChris Hunt2019-09-211-3/+3
* | 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