From fb1425df12aa700f330a9d400a176bf62eaae14e Mon Sep 17 00:00:00 2001 From: Dina Belova Date: Tue, 4 Feb 2014 22:13:26 +0400 Subject: [PATCH] Fix setup.cfg README.md renamed to README.rst to standardize setup.cfg. Change-Id: Ia116cd5bc644126d14314d56fcf872ae1b6355ca --- README.md => README.rst | 1 + setup.cfg | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename README.md => README.rst (92%) diff --git a/README.md b/README.rst similarity index 92% rename from README.md rename to README.rst index 61b35bd..93d7f02 100644 --- a/README.md +++ b/README.rst @@ -1,3 +1,4 @@ +============ climate-nova ============ diff --git a/setup.cfg b/setup.cfg index 643c4c9..f7d86b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,7 @@ [metadata] name = climate-nova -version = 2013.1 -summary = Reservation Service for OpenStack clouds -description-file = README.md +summary = Nova related filters and extensions for Climate +description-file = README.rst license = Apache Software License classifiers = Programming Language :: Python @@ -16,7 +15,7 @@ classifiers = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux author = OpenStack -author_email = climate@lists.launchpad.net +author_email = openstack-dev@lists.openstack.org home-page = https://launchpad.net/climate [global]