| title | Make your Python package PyPI ready - pyproject.toml |
|---|---|
| excerpt | The pyproject.toml file is the central configuration file for building and packaging Python projects. This lesson explains key sections like name, version, dependencies, and how they support packaging and distribution. You’ll learn how to set up this file to ensure your package is ready for publishing. |
| link | https://www.pyopensci.org/python-package-guide/tutorials/pyproject-toml.html |
| btn_label | View Tutorial |
| btn_class | btn--success btn--large |