Skip to content

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

Merged
droideck merged 1 commit intopyasn1:mainfrom
akx:universal-wheel
Jul 30, 2024
Merged

setup.cfg: remove bdist_wheel.universal=1 flag#69
droideck merged 1 commit intopyasn1:mainfrom
akx:universal-wheel

Conversation

@akx
Copy link
Copy Markdown

@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
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