From 87b85ce33a219280c636633c051ff11d5aac9dba Mon Sep 17 00:00:00 2001 From: James Date: Wed, 22 Jun 2016 00:19:38 -0600 Subject: [PATCH] Replaced broken link Replaced dead url: https://pythonhosted.org/setuptools/setuptools.html#dynamic-discovery-of-services-and-plugins with what I think is a suitable alternative: http://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins --- docs/plugins/distributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/distributing.rst b/docs/plugins/distributing.rst index 1d1fc0d0..f01bbf79 100644 --- a/docs/plugins/distributing.rst +++ b/docs/plugins/distributing.rst @@ -23,7 +23,7 @@ like your plugin) or a package (a folder named like your plugin + ``__init.py__` Proper packages installable via pip ----------------------------------- -You can have your users install it via ``pip`` and register it for the `entry point `_ ``octoprint.plugin`` via +You can have your users install it via ``pip`` and register it for the `entry point `_ ``octoprint.plugin`` via your plugin's ``setup.py``, this way it will be found automatically by OctoPrint upon initialization of the plugin subsystem [#f1]_.