From 07c4dfc707496e03db5c7154ac2aed6b9d008bdd Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Tue, 1 Jul 2014 16:09:46 -0700 Subject: [PATCH] Fix author/email in setup.cfg This changes the email in setup.cfg from an internal Rackspace email to the openstack-dev list, and the author to OpenStack. Change-Id: Iebd652c157ba639c72898b7554a23fe9bed77c22 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 66a04b60b..f05cf16b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = ironic-python-agent -author = Rackspace -author-email = teeth-dev@lists.rackspace.com +author = OpenStack +author-email = openstack-dev@lists.openstack.org summary = Ironic Python Agent Ramdisk license = Apache-2 classifier =