From f04ba8797624f9d43999572d74dab320118bd627 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 20 Apr 2012 10:36:18 -0700 Subject: [PATCH] Set proper author and mailing list in setup.py Signed-off-by: Steven Dake --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 09809bbc4a..8fc0690caf 100755 --- a/setup.py +++ b/setup.py @@ -74,8 +74,8 @@ setup( description='The heat project provides services for provisioning ' 'virtual machines', license='Apache License (2.0)', - author='OpenStack', - author_email='openstack@lists.launchpad.net', + author='Heat API Developers', + author_email='discuss@heat-api.org', url='http://heat.openstack.org/', packages=find_packages(exclude=['bin']), cmdclass=cmdclass,