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 ce3212a464..02d3c3e2bd 100644 --- a/documentation/migration-guides/migration-4.0.rst +++ b/documentation/migration-guides/migration-4.0.rst | |||
@@ -145,7 +145,7 @@ Python changes | |||
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>`. |
147 | 147 | ||
148 | - The :ref:`setuptools3 <ref-classes-setuptools3>` class ``do_install()`` task now | 148 | - The :ref:`setuptools3 <ref-classes-setuptools3>` class :ref:`ref-tasks-install` task now |
149 | installs the ``wheel`` binary archive. In current versions of ``setuptools`` the | 149 | installs the ``wheel`` binary archive. In current versions of ``setuptools`` the |
150 | legacy ``setup.py install`` method is deprecated. If the ``setup.py`` cannot be used | 150 | legacy ``setup.py install`` method is deprecated. If the ``setup.py`` cannot be used |
151 | with wheels, for example it creates files outside of the Python module or standard | 151 | with wheels, for example it creates files outside of the Python module or standard |