- Remove reliance on
pkg_resources
fromsetuptools
and instead uses theimportlib.metadata
module which is builtin- Corrects potential issues on Python 3.12+ if
setuptools
wasn't already in the environment
- Corrects potential issues on Python 3.12+ if
- Sorts
requires
andrequired_by
in output