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

Replace setup.cfg with pyproject.toml #72

Closed
hoh opened this issue Oct 25, 2023 · 4 comments
Closed

Replace setup.cfg with pyproject.toml #72

hoh opened this issue Oct 25, 2023 · 4 comments

Comments

@hoh
Copy link
Member

hoh commented Oct 25, 2023

pyproject.toml is the new standard format for specifying package metadata in Python.

The aleph-vm project switched to it recently, see aleph-vm/pyproject.toml.

Documentation is available on:

https://packaging.python.org/en/latest/tutorials/packaging-projects/
https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/

On aleph-vm, we found the use of the hatch command from the first documentation very handy to run tests and reformat the code.

@MHHukiewitz MHHukiewitz self-assigned this Nov 21, 2023
@ofek
Copy link

ofek commented Dec 6, 2023

Maintainer of Hatch and Hatchling here! Let me know if I can be of assistance 🙂

@MHHukiewitz
Copy link
Member

Hey @ofek, thank you for reaching out! Right now, no one's actively working on it.

We highly encourage people to contribute to the project with PRs, I'd love to review it!

@MHHukiewitz MHHukiewitz removed their assignment Dec 6, 2023
@MHHukiewitz
Copy link
Member

We successfully converted to Hatch in #111 👍

@ofek
Copy link

ofek commented Mar 28, 2024

Nice job!

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

3 participants