Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 758 Bytes

File metadata and controls

11 lines (11 loc) · 758 Bytes
title 7. Add metadata with a pyproject.toml file
excerpt To enhance the visibility of your package on PyPI and provide more information about its compatibility with Python versions, project development status, and project maintainers, you should add additional metadata to your pyproject.toml file. This lesson will guide you through the process.
learning_objectives
More about the pyproject.toml file and how it’s used to store different types of metadata about your package
How to declare information (metadata) about your project to help users find and understand it on PyPI.
link https://www.pyopensci.org/python-package-guide/tutorials/pyproject-toml.html
btn_label View Tutorial
btn_class btn--success btn--large