Skip to content

Add support for pyproject.toml to modernize package configuration #9

Description

@xerpi

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions