From 5a3a18d0cbe71ae7e150fe69efe5239601413f9b Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 22 Oct 2012 18:42:34 -0400 Subject: [PATCH] Add OpenStack trove classifier for PyPI Add trove classifier to have the client listed among the other OpenStack-related projets on PyPI. Change-Id: I904372caf0a8eaa44dd048729b4d87e5333f04cc Signed-off-by: Doug Hellmann --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e69a45188..f62cae1a8 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ setuptools.setup( classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console", + "Environment :: OpenStack", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License",