summaryrefslogtreecommitdiff
path: root/setuptools/wheel.py
Commit message (Collapse)AuthorAgeFilesLines
* fix `data_files` handling when installing from wheelBenoit Pierre2017-11-301-4/+23
|
* fix namespace packages handling of wheelsBenoit Pierre2017-11-271-0/+18
|
* fix encoding handling of wheels metadataBenoit Pierre2017-11-261-1/+2
|
* easy_install: add support for installing from wheelsBenoit Pierre2017-11-261-0/+125
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