Skip to content

Commit

Permalink
Merge pull request #251 from Julian/hooray
Browse files Browse the repository at this point in the history
Clarify that this has been added to the stdlib.
  • Loading branch information
jaraco committed Nov 22, 2020
2 parents 5b73f25 + 747f683 commit ac1d9e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
``importlib_metadata``
=========================

``importlib_metadata`` is a library to access the metadata for a Python
package. It is intended to be ported to Python 3.8.
``importlib_metadata`` is a library to access the metadata for a
Python package.

It has been `added to the Python standard library
<https://docs.python.org/3/library/importlib.metadata.html>`_ as of
Python 3.8, but exists here to support backported usage in earlier
versions.


Usage
Expand Down

0 comments on commit ac1d9e8

Please sign in to comment.