aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_dist.py
Commit message (Collapse)AuthorAgeFilesLines
* support `setup_requires` in setup.cfgBenoit Pierre2017-10-161-0/+1
|
* workaround easy_install bugBenoit Pierre2017-08-051-0/+46
Don't reuse `easy_install` command in `Distribution.fetch_build_egg` implementation. Fix #196.