From b107768a1be841d428a6a53aa04c778749c715fc Mon Sep 17 00:00:00 2001 From: Dan Wendlandt Date: Tue, 12 Mar 2013 18:08:35 -0700 Subject: [PATCH] remove references to netstack in setup.py bug 1154388 Change-Id: I1265b93edaa997405909e6e3dc408f365f2043e9 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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