From 398c7648fb32ccacf8f3e3f8b95b4641cd5f2f50 Mon Sep 17 00:00:00 2001 From: Aryan Verma Date: Tue, 1 Sep 2026 12:45:13 +0530 Subject: [PATCH] docs: clarify entry point support :) --- source/guides/creating-and-discovering-plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/creating-and-discovering-plugins.rst b/source/guides/creating-and-discovering-plugins.rst index 601f2b4a65..fdf93aabd0 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/