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

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to