summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index d0ed539229..424c505715 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2000,9 +2000,7 @@ The ``python_pep517`` class builds and installs a Python ``wheel`` binary
2000archive (see `PEP-517 <https://peps.python.org/pep-0517/>`__). 2000archive (see `PEP-517 <https://peps.python.org/pep-0517/>`__).
2001 2001
2002Recipes wouldn't inherit this directly, instead typically another class will 2002Recipes wouldn't inherit this directly, instead typically another class will
2003inherit this, add the relevant native dependencies, and set 2003inherit this and add the relevant native dependencies.
2004:term:`PEP517_BUILD_API` to the Python class which implements the PEP-517 build
2005API.
2006 2004
2007Examples of classes which do this are :ref:`python_flit_core 2005Examples of classes which do this are :ref:`python_flit_core
2008<ref-classes-python_flit_core>`, :ref:`python_setuptools_build_meta 2006<ref-classes-python_flit_core>`, :ref:`python_setuptools_build_meta