Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/guides/creating-and-discovering-plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Now the module of your choice can be imported by executing
section on :doc:`entry points <setuptools:userguide/entry_point>` .

.. note:: Since this specification is part of the :doc:`standard library
<python:library/importlib.metadata>`, most packaging tools other than setuptools
<python:library/importlib.metadata>`, packaging tools including setuptools
provide support for defining entry points.

Comment thread
webknjaz marked this conversation as resolved.
.. _backport: https://importlib-metadata.readthedocs.io/en/latest/