The 1.3.1 release seems to have switched from setup.py to pyproject.toml project config. However, it lacks a build-system section as required by PEP 517 and as such is not valid (and works for some people only because of lenient implementation in pip).
The 1.3.1 release seems to have switched from
setup.pytopyproject.tomlproject config. However, it lacks a build-system section as required by PEP 517 and as such is not valid (and works for some people only because of lenient implementation in pip).