Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 571 Bytes

File metadata and controls

7 lines (7 loc) · 571 Bytes
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