Skip to content

Commit 747f683

Browse files
committed
Clarify that this has been added to the stdlib.
1 parent 5b73f25 commit 747f683

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22
``importlib_metadata``
33
=========================
44

5-
``importlib_metadata`` is a library to access the metadata for a Python
6-
package. It is intended to be ported to Python 3.8.
5+
``importlib_metadata`` is a library to access the metadata for a
6+
Python package.
7+
8+
It has been `added to the Python standard library
9+
<https://docs.python.org/3/library/importlib.metadata.html>`_ as of
10+
Python 3.8, but exists here to support backported usage in earlier
11+
versions.
712

813

914
Usage

0 commit comments

Comments
 (0)