You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
this would involve someone creating a package that has a setup.py file setup.
Then walk the user through the steps of migrating that to pyproject.toml using hatch --init
A bit more information on this can be found in the hatch docs here
The text was updated successfully, but these errors were encountered:
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
hatch --init
A bit more information on this can be found in the hatch docs here
The text was updated successfully, but these errors were encountered: