Updated Branches: refs/heads/4.1 a4041b919 -> 4acdf3a3c
Updating CloudMonkey setup.py to reflect graduation Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4acdf3a3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4acdf3a3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4acdf3a3 Branch: refs/heads/4.1 Commit: 4acdf3a3cb5d6845bd4c6d2b3313af3702b3e16e Parents: a4041b9 Author: Sebastien Goasguen <run...@gmail.com> Authored: Fri Apr 12 04:19:22 2013 -0400 Committer: Sebastien Goasguen <run...@gmail.com> Committed: Fri Apr 12 04:19:22 2013 -0400 ---------------------------------------------------------------------- tools/cli/setup.py | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4acdf3a3/tools/cli/setup.py ---------------------------------------------------------------------- diff --git a/tools/cli/setup.py b/tools/cli/setup.py index 9624115..b56007b 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-...@incubator.apache.org", + author_email = "d...@cloudstack.apache.org", maintainer = "Rohit Yadav", maintainer_email = "bhais...@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(),