From 7b8c991da865f20a4401937d89a000c772a10268 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 29 Jul 2014 23:01:40 +0200 Subject: [PATCH] marvin: change module author, description etc to use ACS team and dev ML Signed-off-by: Rohit Yadav (cherry picked from commit fa5195f30552a8a959c6fe56388820679d9c73ed) Signed-off-by: Rohit Yadav --- tools/marvin/setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index b7a927e0819..88968ab93f1 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -38,10 +38,10 @@ def read(fname): setup(name="Marvin", version=VERSION, description="Marvin - Python client for Apache CloudStack", - author="Edison Su", - author_email="Edison.Su@citrix.com", - maintainer="Prasanna Santhanam", - maintainer_email="tsp@apache.org", + author="The Apache CloudStack Team", + author_email="dev@cloudstack.apache.org", + maintainer="The Apache CloudStack Team", + maintainer_email="dev@cloudstack.apache.org", long_description="Marvin is the Apache CloudStack python " "client written around the unittest framework", platforms=("Any",),