From: Steven Dake Date: Fri, 20 Apr 2012 17:36:18 +0000 (-0700) Subject: Set proper author and mailing list in setup.py X-Git-Tag: 2014.1~1950 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f04ba8797624f9d43999572d74dab320118bd627;p=openstack-build%2Fheat-build.git Set proper author and mailing list in setup.py Signed-off-by: Steven Dake --- diff --git a/setup.py b/setup.py index 09809bbc..8fc0690c 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,