summaryrefslogtreecommitdiff
path: root/setuptools/glibc.py
Commit message (Collapse)AuthorAgeFilesLines
* easy_install: add support for installing from wheelsBenoit Pierre2017-11-261-0/+86
Note: wheels are installed as eggs, so each install is self-contained and multiple versions of the same package can be installed at the same time. Limitations: - headers are not supported - resulting egg metadata requirements have their markers stripped