From 4acdf3a3cb5d6845bd4c6d2b3313af3702b3e16e Mon Sep 17 00:00:00 2001 From: Sebastien Goasguen Date: Fri, 12 Apr 2013 04:19:22 -0400 Subject: [PATCH] Updating CloudMonkey setup.py to reflect graduation --- tools/cli/setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/cli/setup.py b/tools/cli/setup.py index 9624115ed5f..b56007bc905 100644 --- a/tools/cli/setup.py +++ b/tools/cli/setup.py @@ -39,13 +39,12 @@ setup( name = name, version = version, author = "The Apache CloudStack Team", - author_email = "cloudstack-dev@incubator.apache.org", + author_email = "dev@cloudstack.apache.org", maintainer = "Rohit Yadav", maintainer_email = "bhaisaab@apache.org", - url = "http://incubator.apache.org/cloudstack", + url = "http://cloudstack.apache.org", description = "Command Line Interface for Apache CloudStack", - long_description = "cloudmonkey is a command line interface for Apache " - "CloudStack powered by CloudStack Marvin", + long_description = "cloudmonkey is a command line interface for Apache ", platforms = ("Any",), license = 'ASL 2.0', packages = find_packages(),