| title | Using Hatch to Migrate setup.py to a pyproject.toml |
|---|---|
| excerpt | If you’re creating a pure Python project, pyproject.toml is preferred over setup.py for packaging and configuration. Learn how to migrate from the older setup.py format to the modern pyproject.toml file. This lesson walks you through updating your package metadata and build settings to align with current Python packaging standards. |
| link | https://www.pyopensci.org/python-package-guide/tutorials/setup-py-to-pyproject-toml.html |
| btn_label | View Tutorial |
| btn_class | btn--success btn--large |