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

Transition from using setup.py to pyroject.toml to specify project metadata #376

Closed
amontanez24 opened this issue Feb 26, 2024 · 0 comments · Fixed by #379
Closed

Transition from using setup.py to pyroject.toml to specify project metadata #376

amontanez24 opened this issue Feb 26, 2024 · 0 comments · Fixed by #379
Assignees
Labels
maintenance Tasks related to infrastructure & dependencies
Milestone

Comments

@amontanez24
Copy link
Collaborator

Problem Description

  • We currently use setup.py and setup.cfg to specify the project metadata. This includes requirements which are scatter in apt.txt, requirements.txt, and tox.ini.
  • The Python community selected pyproject.toml as a standard way of specifying project metadata, removing the need for all these files. All the project metadata should go in this file.
  • Other modern packaging and dependency management projects, like Python Poetry, only support the more declarative way of using a pyproject.toml file.

Expected behavior

  • Use pyproject.toml as the one file for managing project metadata
@amontanez24 amontanez24 added internal The issue doesn't change the API or functionality maintenance Tasks related to infrastructure & dependencies labels Feb 26, 2024
@amontanez24 amontanez24 removed the internal The issue doesn't change the API or functionality label Mar 13, 2024
@amontanez24 amontanez24 added this to the 0.10.1 milestone Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tasks related to infrastructure & dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants