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

Move to use pyproject.toml #180

Closed
angelogladding opened this issue Jan 30, 2023 · 1 comment
Closed

Move to use pyproject.toml #180

angelogladding opened this issue Jan 30, 2023 · 1 comment

Comments

@angelogladding
Copy link
Collaborator

angelogladding commented Jan 30, 2023

https://packaging.python.org/en/latest/tutorials/packaging-projects/ revolves around pyproject.toml and makes no mention of setup.py.

We should move to pyproject.toml.

@tommorris has moved in this direction with #166 but I'd say there's a few more things to consider in the transition:

Should we use poetry?

I only have experience with poetry. The alternatives are pip-tools and pipenv, see https://packaging.python.org/en/latest/guides/tool-recommendations/

Of those only pipenv and poetry aid you throughout the entire lifecyle of the project. I believe poetry has the better developer experience.

pipenv uses pipfile where poetry uses pyproject.toml

@capjamesg
Copy link
Member

This has been completed and merged into main.

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

2 participants