From fd85c7e1f4dc1017f784c384a507ce15a81dc327 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 22 Oct 2012 18:48:25 -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: I34c47bde5885a3f436c100cda5202d6ad8356131 Signed-off-by: Doug Hellmann --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 728a062e..7dde53f2 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setuptools.setup( classifiers=[ 'Development Status :: 2 - Pre-Alpha', 'Environment :: Console', + 'Environment :: OpenStack', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', 'License :: OSI Approved :: Apache Software License',