We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2e52f commit 12fa3a7Copy full SHA for 12fa3a7
docs/how-to-guides/first-project.rst
@@ -20,8 +20,8 @@ First project
20
Specifying the backend
21
======================
22
23
-Our build backend is called ``mesonpy``, and that's you should specify in the
24
-``build-system.build-backend`` key of ``pyproject-toml``.
+Our build backend is called ``mesonpy``, and that's what you should specify in
+the ``build-system.build-backend`` key of ``pyproject-toml``.
25
26
You should need to add ``meson-python``, and all other build dependencies (eg.
27
Cython_) needed by your Meson_ project, in the ``build-system.requires`` key.
0 commit comments