summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 2441683..61c9eaa 100644
--- a/README.rst
+++ b/README.rst
@@ -3,9 +3,11 @@
=======================================================
cliff is a framework for building command line programs. It uses
-setuptools entry points to provide subcommands, output formatters, and
+`setuptools entry points`_ to provide subcommands, output formatters, and
other extensions.
+.. _setuptools entry points: http://packages.python.org/setuptools/pkg_resources.html#convenience-api
+
* Free software: Apache license
* Documentation: http://cliff.readthedocs.org
* Source: http://git.openstack.org/cgit/openstack/cliff