pyOpenSci / python-package-guide

scientific Python package recommendations & guidance curated by pyOpenSci
https://www.pyopensci.org/python-package-guide/
Other
70 stars 43 forks source link

Create tutorial: migrate from setup.py --> pyproject.toml using hatch tutorial #210

Closed lwasser closed 1 month ago

lwasser commented 3 months ago

If you use hatch, it will migrate a setup.py file or setup.cfg metadata to a pyproject.toml file for you.

I had originally created a tutorial for this in this pr .

But because Hatch will do this for you, we should create a tutorial that shows how hatch can take a setup.py file and help you migrate to pyproject.toml

A bit more information on this can be found in the hatch docs here

lwasser commented 1 month ago

it loosk like this has been complete. closing it! thank you @miguelalizo