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

Specify universal wheel as "universal = 1" as documneted #83

Merged
merged 1 commit into from
Dec 10, 2017
Merged

Specify universal wheel as "universal = 1" as documneted #83

merged 1 commit into from
Dec 10, 2017

Conversation

jdufresne
Copy link
Contributor

Instead of "True", use 1. From the Wheel documentation:

https://wheel.readthedocs.io/en/stable/index.html

Typically, projects would not specify Python tags on the command line, but would use setup.cfg to set them as a project default:

[bdist_wheel]
universal = 1

Instead of "True", use 1. From the Wheel documentation:

https://wheel.readthedocs.io/en/stable/index.html

> Typically, projects would not specify Python tags on the command line,
> but would use setup.cfg to set them as a project default:
>
> [bdist_wheel]
> universal = 1
@coveralls
Copy link

coveralls commented Dec 10, 2017

Coverage Status

Coverage remained the same at 65.298% when pulling 51678bf on jdufresne:universal into dadafb8 on decalage2:master.

@coveralls
Copy link

coveralls commented Dec 10, 2017

Coverage Status

Coverage remained the same at 65.298% when pulling 51678bf on jdufresne:universal into dadafb8 on decalage2:master.

@decalage2 decalage2 added this to the olefile 0.45 milestone Dec 10, 2017
@decalage2 decalage2 merged commit 0b74260 into decalage2:master Dec 10, 2017
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

3 participants