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

Enable PEP-621 style build meta information #539

Open
TonyXiang8787 opened this issue Jun 12, 2024 · 0 comments
Open

Enable PEP-621 style build meta information #539

TonyXiang8787 opened this issue Jun 12, 2024 · 0 comments

Comments

@TonyXiang8787
Copy link

Currently the build meta information is stored in many files, namely

  • setup.py
  • setup.cfg
  • pyproject.toml
  • requirements.txt
  • test-requirements.txt

PEP-621 allows to store all the project meta-data in one single file pyproject.toml. This should be the preferred way. Maybe we can add a separate VERSION file to ease the version bump script.

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

No branches or pull requests

1 participant