You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: _episodes/04-metadata.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ keypoints:
12
12
- "Add functional metadata to tell people how to install and use your package."
13
13
---
14
14
15
-
In a previous lesson, we left the metadata in our `project.toml` quite minimal, just:
15
+
In a previous lesson, we left the metadata in our `pyproject.toml` quite minimal, just:
16
16
- a name and
17
17
- a version.
18
18
@@ -78,7 +78,7 @@ maintainers = [
78
78
]
79
79
```
80
80
81
-
Note that TOML supports two ways two write tables and two ways to write arrays, so you might see this in a different form, but it should be recognizable.
81
+
Note that TOML supports two ways to write tables and two ways to write arrays, so you might see this in a different form, but it should be recognizable.
0 commit comments