summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/classes.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 29e5624e95..8d69e9947f 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2380,6 +2380,24 @@ Python modules built with ``flit_core.buildapi`` are pure Python (no
2380 2380
2381Internally this uses the :ref:`ref-classes-python_pep517` class. 2381Internally this uses the :ref:`ref-classes-python_pep517` class.
2382 2382
2383.. _ref-classes-python_maturin:
2384
2385``python_maturin``
2386==================
2387
2388The :ref:`ref-classes-python_maturin` class provides support for python-maturin, a replacement
2389for setuptools_rust and another "backend" for building Python Wheels.
2390
2391.. _ref-classes-python_mesonpy:
2392
2393``python_mesonpy``
2394==================
2395
2396The :ref:`ref-classes-python_mesonpy` class enables building Python modules which use the
2397meson-python build system.
2398
2399Internally this uses the :ref:`ref-classes-python_pep517` class.
2400
2383.. _ref-classes-python_pep517: 2401.. _ref-classes-python_pep517:
2384 2402
2385``python_pep517`` 2403``python_pep517``