diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-10-22 23:21:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-10-22 23:21:26 +0000 |
| commit | 6ea4de1e27fc1fe4b980acc7cfdbcf621ed45afb (patch) | |
| tree | a574adffe9274b2e0a651c17edf969b3e41d3f09 | |
| parent | f88ec2a52a400b81d75ffdf041b2991d8c57dd9e (diff) | |
| parent | b79db19baa1d77a7fd0d0bd4edc107131d62c540 (diff) | |
| download | nova-6ea4de1e27fc1fe4b980acc7cfdbcf621ed45afb.tar.gz nova-6ea4de1e27fc1fe4b980acc7cfdbcf621ed45afb.tar.xz nova-6ea4de1e27fc1fe4b980acc7cfdbcf621ed45afb.zip | |
Merge "Add trove classifiers for PyPI"
| -rw-r--r-- | setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -31,6 +31,16 @@ setuptools.setup(name='nova', author='OpenStack', author_email='nova@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, |
