Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 530 Bytes

File metadata and controls

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