cli: Fix development status to stable. cloudmonkey v1 at its most stable form Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/afb7e289 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/afb7e289 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/afb7e289 Branch: refs/heads/javelin Commit: afb7e289fe3d6936d20b257ec2b753a265a7b9a9 Parents: ec0c6b0 Author: Rohit Yadav Authored: Wed Jan 23 18:15:51 2013 -0800 Committer: Rohit Yadav Committed: Wed Jan 23 18:15:51 2013 -0800 ---------------------------------------------------------------------- tools/cli/setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/afb7e289/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",