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

setup.cfg: remove bdist_wheel.universal=1 flag #69

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

akx
Copy link

@akx akx commented Jul 12, 2024

This package isn't compatible with Python 2, so having py2 in the wheel name is incorrect.

Before

$ python -m build .
Successfully built pyasn1-0.6.0.tar.gz and pyasn1-0.6.0-py2.py3-none-any.whl

After

$ python -m build .
Successfully built pyasn1-0.6.0.tar.gz and pyasn1-0.6.0-py3-none-any.whl

This package isn't compatible with Python 2, so having py2 in the wheel name is incorrect
@droideck droideck merged commit ab58064 into pyasn1:main Jul 30, 2024
10 checks passed
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