Skip to content

Commit 0cb911a

Browse files
Update 4_project_metadata.md
1 parent 390d841 commit 0cb911a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

episodes/4_project_metadata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ 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/)
117118

118119
## Lockfiles
119120
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)