From 64f685ad635a78ef4e1cb237652425c818219532 Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Tue, 29 May 2012 14:29:45 -0700 Subject: minor fixes Change-Id: Ib5601e1a932e0bfaa0341909416415d1e81ee915 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8e9d024c..3bce0739 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( url='https://github.com/openstack/python-openstackclient', license="Apache License, Version 2.0", author='OpenStack Client Contributors', - author_email='openstackclient@example.com', + author_email='openstack@lists.launchpad.net', packages=setuptools.find_packages(exclude=['tests', 'tests.*']), classifiers=[ 'Development Status :: 2 - Pre-Alpha', -- cgit v1.2.1