aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/installer.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix exception causes all over the codebaseRam Rachum2020-06-281-1/+1
|
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-2/+2
|
* Merge branch 'master' into fix_handling_of_find-links_in_setup.cfgJason R. Coombs2019-12-011-2/+14
|\
| * Extract function to strip the marker for concise code in the long function.Jason R. Coombs2019-12-011-5/+14
| |
| * fix possible issue with transitive build dependenciesBenoit Pierre2019-11-271-2/+5
| | | | | | | | | | Handle the case where a missing transitive build dependency is required by an extra for an already installed build dependency.
* | fix support for easy_install's find-links option in setup.cfgBenoit Pierre2019-11-261-2/+11
|/
* dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-151-0/+129