We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4ff66 commit f5df941Copy full SHA for f5df941
source/guides/tool-recommendations.rst
@@ -74,7 +74,7 @@ Popular :term:`build backends <build backend>` for pure-Python packages include:
74
If you use setuptools, please be aware that it contains many deprecated
75
features which are currently kept for compatibility, but should not be used.
76
For example, do **not** use ``python setup.py`` invocations
77
- (cf. :ref:`setup-py-deprecated`), the ``python_requires`` argument to
+ (cf. :ref:`setup-py-deprecated`), the ``setup_requires`` argument to
78
``setup()`` (use the :ref:`[build-system] table
79
<pyproject-guide-build-system-table>` of :file:`pyproject.toml` instead), or
80
the ``easy_install`` command (cf. :ref:`pip vs easy_install`).
0 commit comments