summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-10-16 15:00:48 -0400
committerDoug Hellmann <doug@doughellmann.com>2014-10-16 15:00:48 -0400
commit728aea721bf6b05402c0e06566df3ff6cc0b996c (patch)
tree2cac8b7f11578e383e0701cd0f016e59484e19b3 /README.rst
parent51bec8ce1a2e2315e9d03d83ad115ede7edb1ef3 (diff)
downloadcliff-728aea721bf6b05402c0e06566df3ff6cc0b996c.tar.gz
Add more detail to the README
Change-Id: I736f0c98faaa5fc51b4444c6e90be9ca4425d3d2
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