From c01721cd32ceaa3a4d826dc03003cd4906eb2031 Mon Sep 17 00:00:00 2001
From: Doug Hellmann <doug@doughellmann.com>
Date: Mon, 5 Dec 2016 10:53:44 -0500
Subject: [PATCH] add a one-line summary to the package metadata

This summary is used on PyPI and when building release announcement
emails.

Change-Id: Iace350c4161bcfa3f634a9c95e1ffd104c363333
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index 50034b8d..e49b2973 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,7 @@
 name = monasca-persister
 author = Deklan Dieterly
 author-email = deklan.dieterly@hp.com
+summary = Moves metrics and alarm state transitions from the Message Queue to the Metrics and Alarms database.
 classifier=
   Development Status :: 5 - Production/Stable
   License :: OSI Approved :: Apache Software License