From 622f9bceb4892bc9bcf98b75c33c9c73be43b958 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 21 Apr 2015 15:55:17 +0000 Subject: [PATCH] Update README to work with release tools The README file needs to have links to the project documentation and bug tracker in a parsable format in order for some of the release tools scripts to work (particularly the one that prints the release note email). Change-Id: I37e0acc5ed8e1af565359290fa622456901c735e --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 2c3cde05..c27a68f1 100644 --- a/README.rst +++ b/README.rst @@ -210,3 +210,9 @@ Quick-start using keystone:: auth_url=AUTH_URL)) >>> nt.instances.list() [...] + + +* License: Apache License, Version 2.0 +* Documentation: http://docs.openstack.org/developer/python-troveclient +* Source: http://git.openstack.org/cgit/openstack/python-troveclient +* Bugs: http://bugs.launchpad.net/python-troveclient