meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

[wheel] will become [bdist_wheel] #40

Closed Ivoz closed 10 years ago

Ivoz commented 10 years ago

i.e

[wheel]
universal = 1

should become

[bdist_wheel]
universal = 1

See 0.23 release of wheel. This is basically the better default key for wheel options in setup.cfg, which comes automatically from setuptools and also allows one to specify options at the command line; for instance it is now possible to run bdist_wheel --universal instead. Note, of course for backwards compatibility the old [wheel] section is still supported for universal.

Ivoz commented 10 years ago

Cheers guys! <3