On Tue, 28 Oct 2014 13:15:09 +0000 Paul Moore <[email protected]> wrote: > On 28 October 2014 12:57, Antoine Pitrou <[email protected]> wrote: > > I would like to tell bdist_wheel to therefore tag the package as a > > Python-independent, platform-dependent binary package. There doesn't > > seem to be a way of doing so, or is there? > > I don't believe there is at the moment. But the tags are *only* > recorded in the filename, so it's perfectly OK to simply rename the > wheel file manually after it's created. > > It would be nice to file a feature request for this on the wheel > tracker (https://bitbucket.org/pypa/wheel) as well, if there's nothing > there already, so we don't forget.
Ok, the issue already existed: https://bitbucket.org/pypa/wheel/issue/100/binary-wheels-for-different-python Regards Antoine. _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
