We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76da92 commit 4c8e34bCopy full SHA for 4c8e34b
episodes/4_project_metadata.md
@@ -35,12 +35,12 @@ It has two main keys:
35
36
```toml
37
[build-system]
38
-requires = ["hatchling"]
+requires = ["hatchling"]
39
build-backend = "hatchling.build"
40
```
41
Some other build tools to read are
42
-- [pdm.backend](https://backend.pdm-project.org)
43
-- [mesonpy](https://mesonbuild.com/meson-python/)
+- [pdm.backend](https://backend.pdm-project.org) e.g. [fastapi](https://github.com/fastapi/fastapi/blob/master/pyproject.toml)
+- [mesonpy](https://mesonbuild.com/meson-python/) e.g. [numpy](https://github.com/numpy/numpy/blob/main/pyproject.toml)
44
45
## Editable Installation
46
0 commit comments