Repository: cloudstack Updated Branches: refs/heads/4.4 ba025c9a7 -> 51c691f02
marvin: change module author, description etc to use ACS team and dev ML Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fa5195f3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fa5195f3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fa5195f3 Branch: refs/heads/4.4 Commit: fa5195f30552a8a959c6fe56388820679d9c73ed Parents: ba025c9 Author: Rohit Yadav <[email protected]> Authored: Tue Jul 29 23:01:40 2014 +0200 Committer: Rohit Yadav <[email protected]> Committed: Tue Jul 29 23:01:40 2014 +0200 ---------------------------------------------------------------------- tools/marvin/setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fa5195f3/tools/marvin/setup.py ---------------------------------------------------------------------- diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index b7a927e..88968ab 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="[email protected]", - maintainer="Prasanna Santhanam", - maintainer_email="[email protected]", + author="The Apache CloudStack Team", + author_email="[email protected]", + maintainer="The Apache CloudStack Team", + maintainer_email="[email protected]", long_description="Marvin is the Apache CloudStack python " "client written around the unittest framework", platforms=("Any",),
