Details
Description
The wheel versioning has a
.commercial
appended to the 6.4.2. While building you get
/home/dev/.local/lib/python3.10/site-packages/setuptools/dist.py:545: UserWarning: The version specified ('6.4.2.commercial') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
and our tooling partly refuses to import the resulting modules without patching the "commercial" way.