We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8e34b commit 9c39ae8Copy full SHA for 9c39ae8
episodes/4_project_metadata.md
@@ -41,6 +41,7 @@ build-backend = "hatchling.build"
41
Some other build tools to read are
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)
44
+- [setuptools.build_meta]() e.g. [parselmouth](https://github.com/prefix-dev/parselmouth/blob/main/pyproject.toml)
45
46
## Editable Installation
47
0 commit comments