summaryrefslogtreecommitdiff
path: root/docs/userguide/pyproject_config.rst
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-24 12:09:32 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-24 12:09:32 +0000
commitc7489da160cd4e0169f6c8b1eb275fc99a773e29 (patch)
tree891004d9ead0134e58db0cda432bf10cd59ba0c6 /docs/userguide/pyproject_config.rst
parentbd8e1ba6a37b58e2674578baac627f25bc3ceb89 (diff)
downloadpython-setuptools-git-c7489da160cd4e0169f6c8b1eb275fc99a773e29.tar.gz
Clarify that only deprecated fields should be avoided in pyproject_config
Diffstat (limited to 'docs/userguide/pyproject_config.rst')
-rw-r--r--docs/userguide/pyproject_config.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst
index 1fe93528..a139fa73 100644
--- a/docs/userguide/pyproject_config.rst
+++ b/docs/userguide/pyproject_config.rst
@@ -101,8 +101,8 @@ Key Value Type (TOML) Notes
Please note that some of these configurations are deprecated or at least
discouraged, but they are made available to ensure portability.
-New packages should avoid relying on them, and existing packages should
-consider alternatives.
+New packages should avoid relying on deprecated/discouraged fields, and
+existing packages should consider alternatives.
.. tip::
When both ``py-modules`` and ``packages`` are left unspecified,