From df5e61754be783f4e2e008c24f22b781bbeb38b9 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 18 Oct 2021 22:42:55 -0400 Subject: [PATCH] Remove more references to specific Python versions. --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 8324babd..ef47c49c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 ` 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 `), +this package can eliminate the need to use the older and less efficient ``pkg_resources`` package. ``importlib_metadata`` supplies a backport of