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 b5cdeb9 commit eab0fd8Copy full SHA for eab0fd8
source/guides/tool-recommendations.rst
@@ -91,7 +91,7 @@ in alphabetical order:
91
In particular, do **not** use direct ``python setup.py`` invocations. On the
92
other hand, configuring setuptools with a :file:`setup.py` file is still fully
93
supported, although it is recommended to use the modern :ref:`[project] table
94
- in pyproject.toml <writing-pyproject-toml>` whenever possible and keep
+ in pyproject.toml <writing-pyproject-toml>` (or :file:`setup.cfg`) whenever possible and keep
95
:file:`setup.py` only if programmatic configuration is needed. See
96
:ref:`setup-py-deprecated`.
97
0 commit comments