diff --git a/setup.py b/setup.py index 7681059b0..c3d851cbd 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(),