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

[INFRA] Switch over to pyproject.toml #1295

Open
2 tasks
ericmjl opened this issue Oct 8, 2023 · 0 comments · May be fixed by #1336
Open
2 tasks

[INFRA] Switch over to pyproject.toml #1295

ericmjl opened this issue Oct 8, 2023 · 0 comments · May be fixed by #1336

Comments

@ericmjl
Copy link
Member

ericmjl commented Oct 8, 2023

Brief Description

pyproject.toml has become the de facto standard for declaring package metadata. I would like to propose that we move from our setup.py + requirements.txt pattern to one that involves just pyproject.toml.

To do this, we would probably have to do the following:

  • Port everything from .requirements/ into pyproject.toml, and then delete the directory,
  • Port everything from setup.py into pyproject.toml as well, and then delete the file.
@samukweku samukweku linked a pull request Feb 12, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant