Skip to content

Commit

Permalink
Remove more references to specific Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 19, 2021
1 parent 65c641c commit df5e617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Welcome to |project| documentation!
``importlib_metadata`` is a library which provides an API for accessing an
installed package's metadata (see :pep:`566`), such as its entry points or its top-level
name. This functionality intends to replace most uses of ``pkg_resources``
`entry point API`_ and `metadata API`_. Along with :mod:`importlib.resources` in
Python 3.7 and newer (backported as :doc:`importlib_resources <importlib_resources:index>` for older
versions of Python), this can eliminate the need to use the older and less
`entry point API`_ and `metadata API`_. Along with :mod:`importlib.resources`
and newer (backported as :doc:`importlib_resources <importlib_resources:index>`),
this package can eliminate the need to use the older and less
efficient ``pkg_resources`` package.

``importlib_metadata`` supplies a backport of
Expand Down

0 comments on commit df5e617

Please sign in to comment.