diff --git a/tutorials/intro.md b/tutorials/intro.md index bc470675d..fe56e50d2 100644 --- a/tutorials/intro.md +++ b/tutorials/intro.md @@ -29,7 +29,6 @@ understanding the steps involved in creating a Python package. :caption: Python Packaging Tutorial Setup Get to know Hatch -Migrate setup.py to a pyproject.toml using Hatch ::: :::{toctree} @@ -51,6 +50,13 @@ Add a license & code of conduct Update metadata in pyproject.toml ::: +:::{toctree} +:hidden: +:caption: Hatch for Existing Packages + +Migrate setup.py to a pyproject.toml using Hatch +::: + :::{admonition} Learning Objectives This lesson introduces you to the basic components of a Python package.