From 4d3f33d141dfc10c553bfc649dbfebf4fe7dec15 Mon Sep 17 00:00:00 2001 From: Doug Hellmann <doug.hellmann@dreamhost.com> Date: Mon, 22 Oct 2012 18:46:41 -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: If9e10b065d0c54825fb9138893c78cda3ef79ca2 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com> --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4c9694ed9..e0e68fa14 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,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",