Please support uv package manager.
I'm using uv to manage python packages. But the pyproject.toml in this package does not contains [project] table. So, I cannot manage this package with uv.
By switching from managing information using setup.py to managing information using pyproject.toml, smart package management with uv becomes possible.
The necessary step for migration is to copy the information from setup.py to pyproject.toml.
Please support uv package manager.
I'm using uv to manage python packages. But the pyproject.toml in this package does not contains [project] table. So, I cannot manage this package with uv.
By switching from managing information using setup.py to managing information using pyproject.toml, smart package management with uv becomes possible.
The necessary step for migration is to copy the information from setup.py to pyproject.toml.