Closed
Description
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.