Skip to content

Commit 4c8e34b

Browse files
Update 4_project_metadata.md
1 parent c76da92 commit 4c8e34b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

episodes/4_project_metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ It has two main keys:
3535

3636
```toml
3737
[build-system]
38-
requires = ["hatchling"]
38+
requires = ["hatchling"]
3939
build-backend = "hatchling.build"
4040
```
4141
Some other build tools to read are
42-
- [pdm.backend](https://backend.pdm-project.org)
43-
- [mesonpy](https://mesonbuild.com/meson-python/)
42+
- [pdm.backend](https://backend.pdm-project.org) e.g. [fastapi](https://github.com/fastapi/fastapi/blob/master/pyproject.toml)
43+
- [mesonpy](https://mesonbuild.com/meson-python/) e.g. [numpy](https://github.com/numpy/numpy/blob/main/pyproject.toml)
4444

4545
## Editable Installation
4646

0 commit comments

Comments
 (0)