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

migrate to pyproject.toml for packaging #53

Closed
SauravMaheshkar opened this issue Dec 21, 2023 · 1 comment · Fixed by #54
Closed

migrate to pyproject.toml for packaging #53

SauravMaheshkar opened this issue Dec 21, 2023 · 1 comment · Fixed by #54

Comments

@SauravMaheshkar
Copy link
Contributor

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).

Shifting to a pyproject.toml based build would lead to a much simpler project structure (a single pyproject.toml as opposed to setup.py + pyproject.toml + requirements-dev.txt).

Nothing much would change for the end user, the way to install the package still remains the same. The only minimal change would be to use python -m build.

I'm happy to take this up 😄

References:

@mariogeiger
Copy link
Member

Hi,
I would be very happy. I already have an attempt of that so feel free to suggest modifications.

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.

2 participants