matthew-brett / delocate

Find and copy needed dynamic libraries into python wheels
BSD 2-Clause "Simplified" License
262 stars 59 forks source link

Please describe `delocate-fuse` in the README #169

Closed rgommers closed 1 year ago

rgommers commented 1 year ago

delocate-fuse seems like the easy to use command-line utility one needs to produce universal2 wheels (thanks for adding it to this project Matthew!). It'd be great to have it described in the README, so it is easier to discover. Especially because I and others have been pointing people to it as the recommended way to get a universal2 wheel from thin wheels. It seems like the CLI tool that py2app & co need.

mattip commented 1 year ago

Could you make a release with this and #167 so that NumPy (and maybe others) do not have to install from git?

HexDecimal commented 1 year ago

This is only a doc update, but I'll make a new release with #167.

mattip commented 1 year ago

Thanks

HexDecimal commented 1 year ago

@mattip delocate 0.10.4 has been released.

mattip commented 1 year ago

That was quick, thanks!