From b52bbf5d2098e93c06b20bf437040524f376e223 Mon Sep 17 00:00:00 2001 From: Deepak Date: Mon, 14 Nov 2016 12:46:36 +0530 Subject: [PATCH] Changed author and author-email Changed the author to OpenStack and author-email to openstack-dev@lists.openstack.org Change-Id: I3beb835763c6399ccd1c47c980908dc488ee0b31 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d850df6..c269880 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = monasca-notification -author = Tim Kuhlman -author-email = tim.kuhlman@hp.com +author = OpenStack +author-email = openstack-dev@lists.openstack.org summary = Reads alarms from Kafka and then notifies the customer using their configured notification method. classifier= Development Status :: 5 - Production/Stable @@ -9,7 +9,7 @@ classifier= Topic :: System :: Monitoring keywords = openstack monitoring email description-file = README.rst -home-page = https://github.com/stackforge/monasca-notification +home-page = https://github.com/openstack/monasca-notification license = Apache [entry_points]