diff options
| author | Dan Wendlandt <dan@nicira.com> | 2012-08-09 10:02:46 -0700 |
|---|---|---|
| committer | Dan Wendlandt <dan@nicira.com> | 2012-08-09 10:04:21 -0700 |
| commit | 22012a2f34c26a35e3d0fa06874ffa06e55599f3 (patch) | |
| tree | c9232654a13a79e81e2763d7d8a79e158acb680f /setup.py | |
| parent | defb5481b0e7e2469405de98e6dd49ed239ef986 (diff) | |
| download | python-neutronclient-22012a2f34c26a35e3d0fa06874ffa06e55599f3.tar.gz | |
update mailing list, etc in setup.py
Change-Id: I0f50dd8d2d76b66e39b09d2fe65be66d6d405761
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
