From 728aea721bf6b05402c0e06566df3ff6cc0b996c Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 16 Oct 2014 15:00:48 -0400 Subject: Add more detail to the README Change-Id: I736f0c98faaa5fc51b4444c6e90be9ca4425d3d2 --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rst') 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 -- cgit v1.2.1