diff --git a/source/guides/creating-and-discovering-plugins.rst b/source/guides/creating-and-discovering-plugins.rst index 601f2b4a6..fdf93aabd 100644 --- a/source/guides/creating-and-discovering-plugins.rst +++ b/source/guides/creating-and-discovering-plugins.rst @@ -165,7 +165,7 @@ Now the module of your choice can be imported by executing section on :doc:`entry points ` . .. note:: Since this specification is part of the :doc:`standard library - `, most packaging tools other than setuptools + `, packaging tools including setuptools provide support for defining entry points. .. _backport: https://importlib-metadata.readthedocs.io/en/latest/