]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add trove classifiers for PyPI
authorDoug Hellmann <doug.hellmann@dreamhost.com>
Mon, 22 Oct 2012 22:25:01 +0000 (18:25 -0400)
committerDoug Hellmann <doug.hellmann@dreamhost.com>
Mon, 22 Oct 2012 22:25:01 +0000 (18:25 -0400)
Add classifiers so we can eventually register the project
on PyPI to reserve the name, even though we won't release
packages there.

Change-Id: I11fa429d34301ba9a1ec9a543f88d57eb3ac56bb
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
setup.py

index 02217af8be5aa23fc12fbffe038969bb346f754c..39db91feb5e5ba0a441e3e892938f7a508602ce1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,16 @@ setuptools.setup(name='cinder',
       author='OpenStack',
       author_email='cinder@lists.launchpad.net',
       url='http://www.openstack.org/',
+      classifiers=[
+          'Environment :: OpenStack',
+          'Intended Audience :: Information Technology',
+          'Intended Audience :: System Administrators',
+          'License :: OSI Approved :: Apache Software License',
+          'Operating System :: POSIX :: Linux',
+          'Programming Language :: Python',
+          'Programming Language :: Python :: 2',
+          'Programming Language :: Python :: 2.7',
+          ],
       cmdclass=common_setup.get_cmdclass(),
       packages=setuptools.find_packages(exclude=['bin', 'smoketests']),
       install_requires=requires,