Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate setup.py to pyproject.toml #148

Open
Tracked by #151
m-rph opened this issue Jun 11, 2024 · 0 comments
Open
Tracked by #151

Migrate setup.py to pyproject.toml #148

m-rph opened this issue Jun 11, 2024 · 0 comments
Assignees
Labels
Tooling Issues related to the dev experience and surrounding tooling

Comments

@m-rph
Copy link
Contributor

m-rph commented Jun 11, 2024

Task

Make the package compliant with PEP621, and provide project metadata in pyproject.toml over setup.py.

Rationale

Using pyproject.toml will make it easier to:

  • manage dependencies as they will all be stored in a single file
  • manage tool settings vs relying on flags in obscure make files
  • enable poetry/rye/ other tools to manage the project and provide a more modern dev experience
@m-rph m-rph self-assigned this Jun 11, 2024
@m-rph m-rph added the Tooling Issues related to the dev experience and surrounding tooling label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tooling Issues related to the dev experience and surrounding tooling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant