diff options
-rw-r--r-- | docs/userguide/pyproject_config.rst | 4 |
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, |