Skip to content

Commit 5af0e9e

Browse files
Update 4_project_metadata.md
1 parent 0cb911a commit 5af0e9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

episodes/4_project_metadata.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ start = "python -c 'from greet_me import happy; print(happy.greet_happy())'"
114114
```
115115

116116
For insipiration, also check [here](https://github.com/prefix-dev/parselmouth/blob/main/pyproject.toml).
117-
You can read more about `pyproject.toml` [here](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)
117+
118+
You can read more about `pyproject.toml` [here](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/).
118119

119120
## Lockfiles
120121
A **lockfile** contains the complete set of dependencies, including specific versions, required to reproduce the project environment. It is automatically generated based on the dependencies listed in the `.toml` file, ensuring that builds remain consistent and reproducible.

0 commit comments

Comments
 (0)