You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update stale docs references to pkg_resources as active module
Remove or update documentation that still refers to ``pkg_resources``
as an actively maintained module, following the deprecation completed
in #5173. Changes include:
- docs/setuptools.rst: Rewrite Transitional Note to reflect that
pkg_resources-style namespace packages are deprecated
- docs/development/index.rst: Remove mention of pkg_resources module
and reference manual
- docs/userguide/distribution.rst: Replace pkg_resources.parse_version()
with packaging.version.parse()
- docs/userguide/extension.rst: Reference importlib.metadata as the
primary API for EGG-INFO access
- docs/userguide/package_discovery.rst: Fix ``pkg_resource`` typo
(missing 's'), fix ``pkgutils`` typo, add deprecation admonition
to Legacy Namespace Packages section
- setuptools/dist.py: Replace pkg_resources.require() format reference
with PEP 508 in install_requires docstring
Closes#5179
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments