summaryrefslogtreecommitdiff
path: root/docs/userguide/pyproject_config.rst
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-04-11 23:16:39 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-05-16 13:35:25 +0100
commit269f3acbf4e3a2f717fb37dc23ff48bf36b8bc2a (patch)
treed3427e8f3133bcb0529bd254813604d221d838e9 /docs/userguide/pyproject_config.rst
parent5e404231fb0905d7e23167f957943e9a03e4ef7a (diff)
downloadpython-setuptools-git-269f3acbf4e3a2f717fb37dc23ff48bf36b8bc2a.tar.gz
Add deprecation notices to docs
Diffstat (limited to 'docs/userguide/pyproject_config.rst')
-rw-r--r--docs/userguide/pyproject_config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst
index 7b8f8104..8558f5d7 100644
--- a/docs/userguide/pyproject_config.rst
+++ b/docs/userguide/pyproject_config.rst
@@ -94,7 +94,7 @@ Key Value Type (TOML) Notes
``py-modules`` array See tip below
``packages`` array or ``find`` directive See tip below
``package-dir`` table/inline-table Used when explicitly listing ``packages``
-``namespace-packages`` array Not necessary if you use :pep:`420`
+``namespace-packages`` array **Deprecated** - Use implicit namespaces instead (:pep:`420`)
``package-data`` table/inline-table See :doc:`/userguide/datafiles`
``include-package-data`` boolean ``True`` by default
``exclude-package-data`` table/inline-table