From cfe2cd7dd1a5b7c5d6510b4bbd9871e6f1a42f31 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sat, 4 Apr 2015 02:05:38 -0400 Subject: [PATCH] Standardize setup.cfg summary for oslo libs Rather than repeating the library name, have the summary use proper names instead. Change-Id: Ia27f842483a858791e97a59c7afd9eb2d378bf39 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2a99059..b36a72e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = oslo.versionedobjects -summary = oslo.versionedobjects library +summary = Oslo Versioned Objects library description-file = README.rst author = OpenStack