We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69c86ae + 8b5cd53 commit 886be54Copy full SHA for 886be54
1 file changed
source/guides/distributing-packages-using-setuptools.rst
@@ -508,9 +508,8 @@ entry_points
508
Use this keyword to specify any plugins that your project provides for any named
509
entry points that may be defined by your project or others that you depend on.
510
511
-For more information, see the section on `Dynamic Discovery of Services and
512
-Plugins
513
-<https://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins>`_
+For more information, see the section on `Advertising Behavior
+<https://setuptools.readthedocs.io/en/latest/userguide/entry_point.html#dynamic-discovery-of-services-and-plugins>`_
514
from the :ref:`setuptools` docs.
515
516
The most commonly used entry point is "console_scripts" (see below).
0 commit comments