From 22012a2f34c26a35e3d0fa06874ffa06e55599f3 Mon Sep 17 00:00:00 2001 From: Dan Wendlandt Date: Thu, 9 Aug 2012 10:02:46 -0700 Subject: [PATCH] update mailing list, etc in setup.py Change-Id: I0f50dd8d2d76b66e39b09d2fe65be66d6d405761 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index aa6a0c0e6..6c1e5e688 100644 --- a/setup.py +++ b/setup.py @@ -25,10 +25,10 @@ Name = 'python-quantumclient' Url = "https://launchpad.net/quantum" Version = setup.get_post_version('quantumclient') License = 'Apache License 2.0' -Author = 'Netstack' -AuthorEmail = 'netstack@lists.launchpad.net' +Author = 'OpenStack Quantum Project' +AuthorEmail = 'openstack-dev@lists.launchpad.net' Maintainer = '' -Summary = 'Client functionalities for Quantum' +Summary = 'CLI and python client library for OpenStack Quantum' ShortDescription = Summary Description = Summary