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,