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

Add universal wheel support #635

Merged
merged 1 commit into from Nov 24, 2017
Merged

Add universal wheel support #635

merged 1 commit into from Nov 24, 2017

Conversation

jdufresne
Copy link
Contributor

As django-import-export is a pure Python package (no C code), it can be packaged as a universal wheel. Enable this in setup.cfg. Also configure zest to build the wheel by default.

For information on using wheels see:

http://pythonwheels.com/

For information on the wheel specification see PEP-0427:

https://www.python.org/dev/peps/pep-0427/

For information on creating wheels with zest see:

https://zestreleaser.readthedocs.io/en/latest/uploading.html#uploading-wheels

As django-import-export is a pure Python package (no C code), it can be
packaged as a universal wheel. Enable this in setup.cfg. Also configure
zest to build the wheel by default.

For information on using wheels see:

http://pythonwheels.com/

For information on the wheel specification see PEP-0427:

https://www.python.org/dev/peps/pep-0427/

For information on creating wheels with zest see:

https://zestreleaser.readthedocs.io/en/latest/uploading.html#uploading-wheels
@coveralls
Copy link

coveralls commented Nov 24, 2017

Coverage Status

Coverage remained the same at 90.48% when pulling 0fb44a6 on jdufresne:wheel into 688034a on django-import-export:master.

@bmihelac bmihelac merged commit 2460ff0 into django-import-export:master Nov 24, 2017
@bmihelac
Copy link
Member

thanks!

@jdufresne jdufresne deleted the wheel branch November 5, 2018 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants