Updating CloudMonkey setup.py to reflect graduation

This commit is contained in:
Sebastien Goasguen 2013-04-12 04:19:22 -04:00
parent a4041b9191
commit 4acdf3a3cb
1 changed files with 3 additions and 4 deletions

View File

@ -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(),