From: Dan Wendlandt Date: Wed, 13 Mar 2013 01:08:35 +0000 (-0700) Subject: remove references to netstack in setup.py X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c38a769d4ec0a99c7dad8547e4256c109b88f0e3;p=openstack-build%2Fneutron-build.git remove references to netstack in setup.py bug 1154388 Change-Id: I1265b93edaa997405909e6e3dc408f365f2043e9 --- diff --git a/setup.py b/setup.py index ac701900a..b2bc55b9e 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,8 @@ Name = 'quantum' Url = "https://launchpad.net/quantum" Version = setup.get_version(Name, '2013.1') License = 'Apache License 2.0' -Author = 'Netstack' -AuthorEmail = 'netstack@lists.launchpad.net' +Author = 'OpenStack' +AuthorEmail = 'openstack-dev@lists.openstack.org' Maintainer = '' Summary = 'Quantum (virtual network service)' ShortDescription = Summary