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

Update packaging for Python 3-only distribution #137

Merged
merged 1 commit into from
Sep 30, 2020

Conversation

medmunds
Copy link
Collaborator

Remove universal wheel flag from setup.cfg bdist_wheel config,
because universal wheels must support both Python 2 and 3.1

(We can and should still distribute as a non-universal "pure
Python" bdist_wheel because this package does not contain any
compiled platform code.)

Remove universal wheel flag from setup.cfg bdist_wheel config,
because universal wheels must support both Python 2 and 3.[1]

(We can and should still distribute as a non-universal "pure
Python" bdist_wheel because this package does not contain any
compiled platform code.)

[1]: https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels
Copy link
Collaborator

@paulmelnikow paulmelnikow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@paulmelnikow paulmelnikow merged commit e283cb0 into syrusakbary:master Sep 30, 2020
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.

2 participants