diff options
| author | Matt Joyce <matt.joyce@cloudscaling.com> | 2012-05-29 14:29:45 -0700 |
|---|---|---|
| committer | Matt Joyce <matt.joyce@cloudscaling.com> | 2012-05-29 14:31:00 -0700 |
| commit | 64f685ad635a78ef4e1cb237652425c818219532 (patch) | |
| tree | 7237385ca507d8c5e497de5de92ff35258261591 /setup.py | |
| parent | 8d089518f087a6072b75fdce8b69d7e302cfb374 (diff) | |
| download | python-openstackclient-64f685ad635a78ef4e1cb237652425c818219532.tar.gz | |
minor fixes
Change-Id: Ib5601e1a932e0bfaa0341909416415d1e81ee915
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
