-
Notifications
You must be signed in to change notification settings - Fork 96
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
Wheels with 5 dashes not split correctly in file_to_package #88
Comments
Also affected by this, with this exact package as well as with the Finding your fork got me a working fix. Thank you! |
Similarly, |
You should probably be using a regex like https://github.com/pypa/wheel/blob/main/src/wheel/wheelfile.py#L15-L21 to extract information from the wheel filename. |
You can also use my patcher tool to create a patched |
pep-0427 allows for an optional build tag introducing a fifth dash:
https://www.python.org/dev/peps/pep-0427/#file-name-convention
should be
The text was updated successfully, but these errors were encountered: