[Distutils] How to handle launcher script importability?
Vinay Sajip
vinay_sajip at yahoo.co.uk
Mon Aug 12 22:55:43 CEST 2013
Donald Stufft <donald <at> stufft.io> writes:
> Hopefully this all will solve this problem, as it is right now if you use
> setuptools entry points then Wheels erroneously pretend to be platform
> agnostic.
That's not unreasonable, as long as they don't contain executables.
With the current version of distil, built wheels don't contain executables
for scripts. The executable launchers are determined / written at wheel
installation time. While distlib currently uses bespoke launchers, I plan to
update it before the next release to use the PEP 397 launcher compiled with
SCRIPT_WRAPPER.
Regards,
Vinay Sajip
More information about the Distutils-SIG
mailing list