mirror of https://github.com/apache/cloudstack.git
Updating CloudMonkey setup.py to reflect graduation
This commit is contained in:
parent
a4041b9191
commit
4acdf3a3cb
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue