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 from setup.py to pyproject.toml #208

Open
BenjaminRodenberg opened this issue Jul 9, 2024 · 1 comment
Open

Move from setup.py to pyproject.toml #208

BenjaminRodenberg opened this issue Jul 9, 2024 · 1 comment

Comments

@BenjaminRodenberg
Copy link
Member

pyproject.toml is the current standard for providing metadata and dependency information. Requiring setuptools>=61 (#207) is a step into this direction. See also https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html.

@fsimonis
Copy link
Member

fsimonis commented Sep 5, 2024

https://hatch.pypa.io/latest/intro/#existing-project
This can convert the setup.py to pyproject.toml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants