File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 meson-python
66============
77
8- ``meson-python `` is a Python build backend built on top of the Meson __
8+ ``meson-python `` is a Python build back-end built on top of the Meson __
99build system. It enables using Meson for the configuration and build
1010steps of Python packages. Meson is an open source build system meant
1111to be both extremely fast, and, even more importantly, as user
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ meson-python
1010
1111.. highlights ::
1212
13- A Python package build back-end leveraging the Meson build system.
13+ A Python package build backend leveraging the Meson build system.
1414
1515``meson-python `` implement the Python build system hooks, enabling Python build
1616front-ends such as ``pip `` and ``build `` to build and install Python packages
@@ -35,7 +35,7 @@ To enable ``pip`` or ``build`` to build a Python source distribution (*sdist*)
3535or a binary Python package (*wheel *) for a Meson project, it is sufficient to
3636add to the root of the source tree next to the top-level ``meson.build `` a
3737``pyproject.toml `` file specifying ``meson-python `` as the Python build
38- back-end :
38+ backend :
3939
4040.. code-block :: toml
4141
You can’t perform that action at this time.
0 commit comments