From 46f23277a2e3b91d786cffdf71859c43f839061f Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sat, 4 Apr 2015 02:30:17 -0400 Subject: [PATCH] Cleanup README.rst and setup.cfg Provide a more complete description in README.rst, which is used when viewing the library on pypi. Also standardize the short-description used in setup.cfg. Change-Id: Ia164a2ebf40035530ac2cadbfcc0f6987ef4a206 --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cc15f1bd..5fb6ed8a 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ oslo.vmware ============= -Oslo VMware library for OpenStack projects +The Oslo VMware library provides support for common VMware operations and APIs. * License: Apache License, Version 2.0 * Documentation: http://docs.openstack.org/developer/oslo.vmware diff --git a/setup.cfg b/setup.cfg index cc85fde7..0c2e2a16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = oslo.vmware -summary = Oslo VMware library for OpenStack projects +summary = Oslo VMware library description-file = README.rst author = OpenStack