]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add OpenStack trove classifier for PyPI
authorjustin Lund <justin.lund@dreamhost.com>
Tue, 23 Oct 2012 18:29:29 +0000 (14:29 -0400)
committerjustin Lund <justin.lund@dreamhost.com>
Tue, 23 Oct 2012 18:31:55 +0000 (14:31 -0400)
Add trove classifier to have the client listed among the
other OpenStack-related projets on PyPI.

Change-Id: Ic07fa4b3717a41fdd74c7447d65037dee7ea7fb7

setup.py

index ba63a32e4a1c70f211b05fbc5df5bce759b9f20d..d29a1acd1580fd4a034842d2c384fbc8d06ebe5d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -98,6 +98,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,
     install_requires=requires,
     dependency_links=depend_links,