Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable universal bdist_wheel flag #91

Merged
merged 1 commit into from Dec 13, 2016
Merged

Enable universal bdist_wheel flag #91

merged 1 commit into from Dec 13, 2016

Conversation

thijstriemstra
Copy link
Collaborator

Use a universal wheel distribution because this library is both python 2 and 3 compatible.

Use a universal wheel distribution because this library is both python 2 and 3 compatible.
@thijstriemstra
Copy link
Collaborator Author

thijstriemstra commented Dec 13, 2016

See http://pythonwheels.com/ for more info. See https://pypi.python.org/pypi/mock for an example (one wheel for py2/3, and an alternative tarball). Note that 'when you'd normally run python setup.py sdist upload, run instead python setup.py sdist bdist_wheel upload'. You'll need to have wheel installed using pip.

@coveralls
Copy link

coveralls commented Dec 13, 2016

Coverage Status

Coverage remained the same at 91.65% when pulling 2328403 on bdist-wheel into ee1be3d on py36-dev.

@rm-hull rm-hull merged commit 26384c8 into py36-dev Dec 13, 2016
@thijstriemstra
Copy link
Collaborator Author

This was merged into a branch, was this intentional?

@rm-hull
Copy link
Owner

rm-hull commented Dec 13, 2016

Ha!, no, not intentional - I didn't actually look to see where it was merged too... just looked at the diff

@thijstriemstra thijstriemstra deleted the bdist-wheel branch December 15, 2016 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants