When installing this project using uv, the installation fails because the pyproject.toml does not follow the PEP 621 metadata layout.
I have opened PR #15 that migrates the metadata to the PEP 621 format while keeping full compatibility with Poetry.
use PEP 621 toml
Uv can work correct now.