alvinlindstam / grapheme

A python package for grapheme aware string handling
MIT License
106 stars 7 forks source link

Configure universal wheels #5

Closed graingert closed 7 years ago

alvinlindstam commented 7 years ago

Thanks, I haven't paid much attention to the packaging of the project.

This project is currently Python 3 only. If I'm not mistaken, the universal flag should be used for packages that support bort Python 2 and 3, right? If it shouldn't be an universal wheel, should we do anything else than using python setup.py sdist bdist_wheel upload instead of python setup.py sdist upload when releasing?

graingert commented 7 years ago

@alvinlindstam yeah pretty much

alvinlindstam commented 7 years ago

Thanks, @graingert. I have uploaded a py3 wheel for the project to pypi now.