Skip to content

Commit 9f1c142

Browse files
lwasserucodery
andcommitted
Update tutorials/1-installable-code.md
Co-authored-by: Jeremy Paige <[email protected]>
1 parent 5e0cd00 commit 9f1c142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/1-installable-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ version using git tags in the version and release your package lesson. <ADD LINK
331331
:::{admonition} The bare minimum needed in a pyproject.toml file
332332
:class: tip
333333

334-
The core basic information that you need in a `pyproject.toml` file in order to publish on PyPI is your **package's name** and the **version**. However, we suggest that you flesh out your metadata early on in the `pyproject.toml` file.
334+
The core information that you need in a `pyproject.toml` file in order to publish on PyPI is your **package's name** and the **version**. However, we suggest that you flesh out your metadata early on in the `pyproject.toml` file.
335335

336336
Once you have your project metadata in the pyproject.toml file, you will
337337
rarely update it. In the next lesson you’ll add more metadata and structure to this file.

0 commit comments

Comments
 (0)