Thanks for the great work on this project!
I'd like to propose transitioning to the pyproject.toml standard for package configuration. This modern format is now widely supported across the Python ecosystem and enables compatibility with modern tools like uv and rye.
Benefits:
- Cleaner and more unified configuration for build, dependencies, and tool-specific settings.
- Easier environment management and dependency resolution with
uv and rye.
- Growing support and recommendation from Python Packaging Authority (PyPA).
Thanks for the great work on this project!
I'd like to propose transitioning to the
pyproject.tomlstandard for package configuration. This modern format is now widely supported across the Python ecosystem and enables compatibility with modern tools like uv and rye.Benefits:
uvandrye.