From 6a1fcfa8e3a83eb39b6824b89b578cc27e63e4ef Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 9 Oct 2022 17:38:20 -0300 Subject: [PATCH] Fix setup tools link --- doc/en/how-to/writing_plugins.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/en/how-to/writing_plugins.rst b/doc/en/how-to/writing_plugins.rst index 68ed96ee0..f15b69c23 100644 --- a/doc/en/how-to/writing_plugins.rst +++ b/doc/en/how-to/writing_plugins.rst @@ -147,10 +147,11 @@ Making your plugin installable by others If you want to make your plugin externally available, you may define a so-called entry point for your distribution so -that ``pytest`` finds your plugin module. Entry points are -a feature that is provided by :std:doc:`setuptools:index`. pytest looks up -the ``pytest11`` entrypoint to discover its -plugins and you can thus make your plugin available by defining +that ``pytest`` finds your plugin module. Entry points are +a feature that is provided by :std:doc:`setuptools `. + +pytest looks up the ``pytest11`` entrypoint to discover its +plugins, thus you can make your plugin available by defining it in your ``pyproject.toml`` file. .. sourcecode:: toml