deactivated / python-iso3166

Standalone ISO 3166-1 country definitions
MIT License
142 stars 39 forks source link

Release universal wheels #14

Closed kevin-brown closed 7 years ago

kevin-brown commented 7 years ago

http://pythonwheels.com/

Right now, only the tar.gz file is being distributed on PyPI for iso3166, which isn't that much of an issue, but it does add some time to installing the package.

This package should be compatible with the Wheel format, considering it doesn't appear to have any C dependencies and it is compatible with both Python 2 and 3. As a result, you should only need to generate a universal wheel and then everyone (on all systems) will get the ability to install iso3166 with just the wheel, without having to do any extra work.

deactivated commented 7 years ago

Thanks for the suggestion! I'll upload wheels to PyPi this weekend.

deactivated commented 7 years ago

This is done.