Skip to content

Commit

Permalink
Point to importlib.metadata in README
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Feb 2, 2022
1 parent f821665 commit f658511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
@@ -1,3 +1,7 @@
**This package is in maintenance-only mode.** New code should use the
`importlib.metadata module <https://docs.python.org/3/library/importlib.metadata.html>`_
in the Python standard library to find and load entry points.

Entry points are a way for Python packages to advertise objects with some
common interface. The most common examples are ``console_scripts`` entry points,
which define shell commands by identifying a Python function to run.
Expand Down

0 comments on commit f658511

Please sign in to comment.