Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 448 Bytes

File metadata and controls

7 lines (7 loc) · 448 Bytes
title Make your Python code installable so it can be used across projects
excerpt Learn how to make your code installable as a Python package using Hatch. This lesson walks you through structuring your code and configuring pyproject.toml so others can easily install and use your package.
link https://www.pyopensci.org/python-package-guide/tutorials/installable-code.html
btn_label View Tutorial
btn_class btn--success btn--large