Your best bet currently is to execute the "mv" command to change the
filename of the wheel.

I think bdist_wheel should probably accept a setup() argument to set
the tags. Currently you can just set a "universal" flag which means
pure 2+3 python.

On Thu, Jan 30, 2014 at 1:14 PM, Ronald Oussoren <ronaldousso...@mac.com> wrote:
> Hi,
>
> Is there a way to create a wheel that contains only python code, but can only 
> be installed on particular platforms?
>
> In particular, I'm looking for a way to create a wheel for py2app that can 
> only be installed on OSX because py2app cannot "cross-compile" application 
> bundles.
>
> Ronald
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG@python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to