aleph-im / aleph-sdk-python

Python SDK library for the Aleph.im network
MIT License
3 stars 4 forks source link

Replace `setup.cfg` with `pyproject.toml` #72

Closed hoh closed 5 months ago

hoh commented 10 months ago

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.

ofek commented 9 months ago

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

MHHukiewitz commented 9 months ago

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 commented 5 months ago

We successfully converted to Hatch in #111 :+1:

ofek commented 5 months ago

Nice job!