From 2c83208b0c8ba9ec19de44640f0e005cf3a0a395 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Tue, 22 Jan 2019 15:52:32 +0800 Subject: [PATCH] Fix author-email in setup.cfg Change-Id: Id10e594b9aef01a343151c2a4a0f3d40ab2d1331 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5c25d18..02c7813 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = Ansible role to manage the building of python venvs 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/ansible-role-python_venv_build/latest/ classifier = Intended Audience :: Developers