From 2aae2514c6d4dd255e90052e1cb8d269e115354b Mon Sep 17 00:00:00 2001 From: Deepak Date: Wed, 19 Oct 2016 20:52:28 +0530 Subject: [PATCH] Fix the author and author-email in setup.cfg file Author and auther-email should have OpenStack and openstack-dev@lists.openstack.org respectively Change-Id: Ia54255bb60a25d196e5cb2a507ddb826013b0b96 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b72e99099..293ee0e2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,8 @@ summary = TripleO client description-file = README.rst license = Apache License, Version 2.0 -author = Brad P. Crochet -author-email = brad@redhat.com +author = OpenStack +author-email = openstack-dev@lists.openstack.org home-page = http://www.openstack.org/ classifier = Environment :: Console