diff --git a/source/guides/distributing-packages-using-setuptools.rst b/source/guides/distributing-packages-using-setuptools.rst index 5b46467aa..ff7a360a3 100644 --- a/source/guides/distributing-packages-using-setuptools.rst +++ b/source/guides/distributing-packages-using-setuptools.rst @@ -508,9 +508,8 @@ entry_points Use this keyword to specify any plugins that your project provides for any named entry points that may be defined by your project or others that you depend on. -For more information, see the section on `Dynamic Discovery of Services and -Plugins -`_ +For more information, see the section on `Advertising Behavior +`_ from the :ref:`setuptools` docs. The most commonly used entry point is "console_scripts" (see below).