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 8c34a17 commit dc02b6dCopy full SHA for dc02b6d
source/guides/tool-recommendations.rst
@@ -83,8 +83,8 @@ in alphabetical order:
83
pyproject.toml <writing-pyproject-toml>`, but can also be extended and
84
customized via :file:`setup.py`.
85
86
- If you use setuptools, please be aware that it contains many deprecated
87
- features which are currently kept for compatibility, but should not be used.
+ If you use setuptools, please be aware that some features that predate
+ standardisation efforts are now deprecated and only *temporarily kept* for compatibility.
88
For example, do **not** use ``python setup.py`` invocations
89
(cf. :ref:`setup-py-deprecated`), the ``setup_requires`` argument to
90
``setup()`` (use the :ref:`[build-system] table
0 commit comments