Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 0305113317f9e80328b139dce3f45533 > files > 2

python-quantumclient-2.1-1.fc18.src.rpm

From 4ae542cc9858ea1dee0ade7a9f4c5961693e1ecc Mon Sep 17 00:00:00 2001
From: Doug Hellmann <doug.hellmann@dreamhost.com>
Date: Mon, 22 Oct 2012 18:50:30 -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: Ia37256fb8eb10e3e0e3943f1ccae4344a6ed97de
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
---
 setup.py | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/setup.py b/setup.py
index 7681059..c3d851c 100644
--- a/setup.py
+++ b/setup.py
@@ -54,6 +54,16 @@ setuptools.setup(
     description=ShortDescription,
     long_description=Description,
     license=License,
+    classifiers=[
+        'Environment :: OpenStack',
+        'Intended Audience :: Developers',
+        'Intended Audience :: Information Technology',
+        'License :: OSI Approved :: Apache Software License',
+        'Operating System :: POSIX :: Linux',
+        'Programming Language :: Python',
+        'Programming Language :: Python :: 2',
+        'Programming Language :: Python :: 2.7',
+    ],
     scripts=ProjectScripts,
     dependency_links=dependency_links,
     install_requires=setup.parse_requirements(),