From 9adb3e344ae62049398cf78c352074bcafb22d1c Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 4 Dec 2018 04:24:24 +0000 Subject: [PATCH] Update author-email in setup.cfg The openstack-dev mailing list has been replaced with the openstack-discuss mailing list (*). So replace the openstack-dev mailing list with the openstack-discuss mailing list in setup.cfg. *: http://lists.openstack.org/pipermail/openstack-dev/2018-September/134911.html Change-Id: I3a16f8bef49b23f3ab2f31aec77888d6a4b2a619 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6b713fe..2f2231c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = A library containing standardized trait strings description-file = README.rst author = OpenStack -author-email = openstack-dev@lists.openstack.org +author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/os-traits/latest/ classifier = Environment :: OpenStack