Fix setup tools link
This commit is contained in:
parent
ccf8a60a19
commit
6a1fcfa8e3
|
@ -147,10 +147,11 @@ Making your plugin installable by others
|
||||||
|
|
||||||
If you want to make your plugin externally available, you
|
If you want to make your plugin externally available, you
|
||||||
may define a so-called entry point for your distribution so
|
may define a so-called entry point for your distribution so
|
||||||
that ``pytest`` finds your plugin module. Entry points are
|
that ``pytest`` finds your plugin module. Entry points are
|
||||||
a feature that is provided by :std:doc:`setuptools:index`. pytest looks up
|
a feature that is provided by :std:doc:`setuptools <setuptools:index>`.
|
||||||
the ``pytest11`` entrypoint to discover its
|
|
||||||
plugins and you can thus make your plugin available by defining
|
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.
|
it in your ``pyproject.toml`` file.
|
||||||
|
|
||||||
.. sourcecode:: toml
|
.. sourcecode:: toml
|
||||||
|
|
Loading…
Reference in New Issue