add a summary for the project to fix release announcements

The release announcement automation tries to get the summary description
for a project by running "python setup.py --description". If the summary
is not set, the result is "UNKNOWN", which looks bad in the email body.
This change adds a summary to fix those emails.

Change-Id: I38839150f849c2ec2017131af5190ae351b3199e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-11-09 11:31:29 -05:00
parent fb2ceec89e
commit 4940cfbf31
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name=monasca-statsd
maintainer=monasca
maintainer_email=monasca@lists.launchpad.net
description-file = README.md
summary = Statsd Python client
home-page = https://github.com/stackforge/monasca-statsd
keywords=
openstack