We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5495561 commit adb5307Copy full SHA for adb5307
tutorials/intro.md
@@ -29,7 +29,6 @@ understanding the steps involved in creating a Python package.
29
:caption: Python Packaging Tutorial Setup
30
31
Get to know Hatch <get-to-know-hatch>
32
-Migrate setup.py to a pyproject.toml using Hatch <setup-py-to-pyproject-toml>
33
:::
34
35
:::{toctree}
@@ -51,6 +50,13 @@ Add a license & code of conduct <add-license-coc>
51
50
Update metadata in pyproject.toml <pyproject-toml>
52
53
+:::{toctree}
54
+:hidden:
55
+:caption: Hatch for Existing Packages
56
+
57
+Migrate setup.py to a pyproject.toml using Hatch <setup-py-to-pyproject-toml>
58
+:::
59
60
:::{admonition} Learning Objectives
61
62
This lesson introduces you to the basic components of a Python package.
0 commit comments