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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(build): migrate to pyproject.toml for packaging #3943

Open
SauravMaheshkar opened this issue Apr 8, 2024 · 0 comments
Open

chore(build): migrate to pyproject.toml for packaging #3943

SauravMaheshkar opened this issue Apr 8, 2024 · 0 comments

Comments

@SauravMaheshkar
Copy link
Contributor

馃殌 Feature

pyproject.toml is the new standard for packaging python packages, setup.py is now deprecated (first introduced in PEP 518 and later expanded in PEP 517, PEP 621 and PEP 660). This issue proposes to switch from the legacy setup.py method in favour of pyproject.toml. This would lead to a overall better project structure because we would have one single pyproject.toml file instead of 3 separate setup.cfg, .yapfignore and setup.py files. It also allows for dynamic version allocation (reads automatically from /__init__.py).

Happy to take this up 馃槃

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