aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_wheel.py
Commit message (Collapse)AuthorAgeFilesLines
* fix `data_files` handling when installing from wheelBenoit Pierre2017-11-301-0/+36
|
* fix namespace packages handling of wheelsBenoit Pierre2017-11-271-0/+32
|
* fix encoding handling of wheels metadataBenoit Pierre2017-11-261-2/+12
|
* easy_install: add support for installing from wheelsBenoit Pierre2017-11-261-0/+430
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