[Distutils] Wheel support added to distlib

Vinay Sajip vinay_sajip at yahoo.co.uk
Tue Feb 19 23:28:28 CET 2013


Marcus Smith <qwcode <at> gmail.com> writes:

> oh, I see, it works against a current installation. cool.
> so you could convert your pip freeze output into a set of args for this script.

Right:

pip freeze | xargs python wheeler.py

Will build one Wheel for each requirement, including dependencies :-)

Regards,

Vinay Sajip



More information about the Distutils-SIG mailing list