Skip to content

bdist_wheel failing with setuptools with bad wheel name #265

Closed
@OmSaran

Description

@OmSaran

python setup.py bdist_wheel uses bdist_wheel.py from wheel package. Since version 0.32.0 it no longer works with version names that does not match https://github.com/pypa/wheel/blob/master/wheel/wheelfile.py#L16:L19

Version names not matching the above regex did not fail with older versions of wheel.
Also PEP 427 does not enforce using PEP 440 standard version names.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions