Set proper author and mailing list in setup.py

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-04-20 10:36:18 -07:00
parent b5eec2832d
commit f04ba87976
1 changed files with 2 additions and 2 deletions

View File

@ -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,