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 12fa3a7 commit a746890Copy full SHA for a746890
docs/how-to-guides/first-project.rst
@@ -23,8 +23,8 @@ Specifying the backend
23
Our build backend is called ``mesonpy``, and that's what you should specify in
24
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.
+You should add ``meson-python``, and all other build dependencies (eg. Cython_)
+needed by your Meson_ project, in the ``build-system.requires`` key.
28
29
30
Example
0 commit comments