Skip to content

Commit 307f8b1

Browse files
committed
Remove dead link to pkg_resources
Signed-off-by: William Woodruff <william@astral.sh>
1 parent 11477a6 commit 307f8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/packaging-namespace-packages.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ Legacy namespace packages
159159

160160
These two methods, that were used to create namespace packages prior to :pep:`420`,
161161
are now considered to be obsolete and should not be used unless you need compatibility
162-
with packages already using this method. Also, :doc:`pkg_resources <setuptools:pkg_resources>`
163-
has been deprecated.
162+
with packages already using this method. Also, ``pkg_resources`` has been deprecated
163+
(and is fully removed in setuptools 82.0.0).
164164

165165
To migrate an existing package, all packages sharing the namespace must be migrated simultaneously.
166166

0 commit comments

Comments
 (0)