summaryrefslogtreecommitdiff
path: root/setuptools/dist.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-02-13 19:23:36 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-02-13 19:23:36 +0000
commitde2361c389304603f0daf70b0ee0647af0b9e981 (patch)
treef2f905fed4826ee0dcb6c067e5fe5ba6707ccce8 /setuptools/dist.py
parent81e1137a7d158df0b81d1ae53f6e0b56118acfba (diff)
downloadpython-setuptools-git-de2361c389304603f0daf70b0ee0647af0b9e981.tar.gz
Add links explaining deprecations
Diffstat (limited to 'setuptools/dist.py')
-rw-r--r--setuptools/dist.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setuptools/dist.py b/setuptools/dist.py
index cd34d74a..f1de97de 100644
--- a/setuptools/dist.py
+++ b/setuptools/dist.py
@@ -280,7 +280,9 @@ def check_nsp(dist, attr, value):
)
msg = (
"The namespace_packages parameter is deprecated, "
- "consider using implicit namespaces instead (PEP 420)."
+ "consider using implicit namespaces instead (PEP 420). "
+ "See https://setuptools.pypa.io/en/latest/references/"
+ "keywords.html#keyword-namespace-packages"
)
warnings.warn(msg, SetuptoolsDeprecationWarning)