From 4e963e5e455e51bab5f1876208e119d8520452ad Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Thu, 24 Jan 2019 11:25:50 +0800 Subject: [PATCH] Fix author-email in setup.cfg Change-Id: I4b3d270255e7d531978d17abdd8352525faf8fe8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ee97ec9..9890eed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = APIs and implementations to support TC as a Service description-file = README.rst author = OpenStack -author-email = openstack-dev@lists.openstack.org +author-email = openstack-discuss@lists.openstack.org home-page = http://www.openstack.org/ classifier = Environment :: OpenStack