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

[PROPOSAL] migrate to pyproject.toml for packaging #100

Open
SauravMaheshkar opened this issue May 5, 2023 · 0 comments
Open

[PROPOSAL] migrate to pyproject.toml for packaging #100

SauravMaheshkar opened this issue May 5, 2023 · 0 comments

Comments

@SauravMaheshkar
Copy link

SauravMaheshkar commented May 5, 2023

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 PR proposes to switch from the legacy setup.py method in favour of pyproject.toml. This would lead to a overall better project structure because all requirements would be managed within a single pyproject.toml file instead of 5 separate text files. It also allows for dynamic version allocation (reads automatically from /__init__.py).

I'd like to raise the discussion about shifting to a newer modern build backend.

A lot of repositories have shifted to pyproject.toml such as PyTorch Geometric, Geoopt and Flax !

More than happy to work on this issue

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