Reference setuptools and not distribute.

Change-Id: I62cb0923fc7300b1c29e3fbf52e888a37e6b555d
This commit is contained in:
Monty Taylor 2013-07-05 23:14:58 -04:00
parent f1752175a2
commit a16eb6b795

View File

@ -77,7 +77,7 @@ installation. A plugin system based on `setuptools entry points`_
makes it easy to add new monitors in the collector or subagents for
polling.
.. _setuptools entry points: http://packages.python.org/distribute/setuptools.html#dynamic-discovery-of-services-and-plugins
.. _setuptools entry points: http://pythonhosted.org/setuptools/setuptools.html#dynamic-discovery-of-services-and-plugins
Each daemon provides basic essential services in a framework to be
shared by the plugins, and the plugins do the specialized work. As a