From b4ecceef53664bf22820991be24caf028b98ce0e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 4 Mar 2012 13:11:32 -0500 Subject: use pylons-discuss as email address in setup.py too --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9dfb18a13..93f426321 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup(name='pyramid', ], keywords='web wsgi pylons pyramid', author="Chris McDonough, Agendaless Consulting", - author_email="pylons-devel@googlegroups.com", + author_email="pylons-discuss@googlegroups.com", url="http://pylonsproject.org", license="BSD-derived (http://www.repoze.org/LICENSE.txt)", packages=find_packages(), -- cgit v1.2.3