File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
meson-python
6
6
============
7
7
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 __
9
9
build system. It enables using Meson for the configuration and build
10
10
steps of Python packages. Meson is an open source build system meant
11
11
to 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
10
10
11
11
.. highlights ::
12
12
13
- A Python package build back-end leveraging the Meson build system.
13
+ A Python package build backend leveraging the Meson build system.
14
14
15
15
``meson-python `` implement the Python build system hooks, enabling Python build
16
16
front-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*)
35
35
or a binary Python package (*wheel *) for a Meson project, it is sufficient to
36
36
add to the root of the source tree next to the top-level ``meson.build `` a
37
37
``pyproject.toml `` file specifying ``meson-python `` as the Python build
38
- back-end :
38
+ backend :
39
39
40
40
.. code-block :: toml
41
41
You can’t perform that action at this time.
0 commit comments