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 and setup.cfg to pyproject.toml #523

Open
sarahmish opened this issue Mar 25, 2024 · 0 comments · May be fixed by #524
Open

Migrate setup.py and setup.cfg to pyproject.toml #523

sarahmish opened this issue Mar 25, 2024 · 0 comments · May be fixed by #524
Labels
internal improvements Changes that do not fix errors or add new noticeable features maintenance General maintenance

Comments

@sarahmish
Copy link
Collaborator

Migrate from the project configuration in setup.py to a more declarative standard in pyproject.toml

  • Currently setup.py and setup.cfg are used to specify the project metadata.
  • pyproject.toml is a new standard way adopted by the pythonic community of specifying project metadata, removing the need for all these files. All the project metadata should go in this file.
  • pyproject.toml is compatible with other modern packaging and dependency management projects, like Python Poetry.
@sarahmish sarahmish added maintenance General maintenance internal improvements Changes that do not fix errors or add new noticeable features labels Mar 25, 2024
@sarahmish sarahmish linked a pull request Mar 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal improvements Changes that do not fix errors or add new noticeable features maintenance General maintenance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant