diff options
Diffstat (limited to 'documentation/migration-guides/migration-4.0.rst')
-rw-r--r-- | documentation/migration-guides/migration-4.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-4.0.rst b/documentation/migration-guides/migration-4.0.rst index fc801144b1..9e78fc709f 100644 --- a/documentation/migration-guides/migration-4.0.rst +++ b/documentation/migration-guides/migration-4.0.rst | |||
@@ -140,7 +140,7 @@ Python changes | |||
140 | classes should be updated to inherit ``setuptools*`` equivalents instead. | 140 | classes should be updated to inherit ``setuptools*`` equivalents instead. |
141 | 141 | ||
142 | - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__. | 142 | - The Python package build process is now based on `wheels <https://pythonwheels.com/>`__. |
143 | Here are the new Python packaging classes that should be used: | 143 | The new Python packaging classes that should be used are |
144 | :ref:`python_flit_core <ref-classes-python_flit_core>`, | 144 | :ref:`python_flit_core <ref-classes-python_flit_core>`, |
145 | :ref:`python_setuptools_build_meta <ref-classes-python_setuptools_build_meta>` | 145 | :ref:`python_setuptools_build_meta <ref-classes-python_setuptools_build_meta>` |
146 | and :ref:`python_poetry_core <ref-classes-python_poetry_core>`. | 146 | and :ref:`python_poetry_core <ref-classes-python_poetry_core>`. |