From 6b5aa8fc33a3589ba1278cb033f998f803a5dd90 Mon Sep 17 00:00:00 2001 From: gholt Date: Tue, 5 Jun 2012 21:21:05 +0000 Subject: [PATCH] Updated setup.py email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e540d91..ceef1ca 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup( description='Swauth', license='Apache License (2.0)', author='OpenStack, LLC.', - author_email='openstack-admins@lists.launchpad.net', + author_email='swauth@brim.net', url='https://github.com/gholt/swauth', packages=find_packages(exclude=['test_swauth', 'bin']), test_suite='nose.collector',