The recent version of setuptools checks strict adherence to PEP 621, refusing to install a package with an invalid pyproject.toml file.
As the pyproject.toml file in this repository was different from the PEP 621, this project could not be installed with recent versions of setuptools.
I have fixed this file and validated it with validate-pyproject, which is the tool that the new version of setuptool uses.
The recent version of setuptools checks strict adherence to PEP 621, refusing to install a package with an invalid pyproject.toml file. As the pyproject.toml file in this repository was different from the PEP 621, this project could not be installed with recent versions of setuptools. I have fixed this file and validated it with
validate-pyproject
, which is the tool that the new version of setuptool uses.Fixes #23.