cli: Fix development status to stable. cloudmonkey v1 at its most stable form
Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7ae22aa2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7ae22aa2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7ae22aa2 Branch: refs/heads/marvin-refactor Commit: 7ae22aa22df306473dea471d4ffee1c7a3d261a7 Parents: effa67a Author: Rohit Yadav <[email protected]> Authored: Wed Jan 23 18:15:51 2013 -0800 Committer: Prasanna Santhanam <[email protected]> Committed: Thu Jan 24 17:48:36 2013 +0530 ---------------------------------------------------------------------- tools/cli/setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7ae22aa2/tools/cli/setup.py ---------------------------------------------------------------------- diff --git a/tools/cli/setup.py b/tools/cli/setup.py index 739c044..f1efa74 100644 --- a/tools/cli/setup.py +++ b/tools/cli/setup.py @@ -53,7 +53,7 @@ setup( include_package_data = True, zip_safe = False, classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop",
