setup.py has been improved

Change-Id: I3c161fb8146d063c08c3e6a904cd141680a3a005
This commit is contained in:
Sergey Lukjanov 2013-04-09 19:22:41 +04:00
parent a4c718dd19
commit dddd06179d
1 changed files with 2 additions and 0 deletions

View File

@ -17,12 +17,14 @@ setuptools.setup(
'Environment :: OpenStack',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
'Intended Audience :: BigDate',
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
],
license='Apache Software License',
cmdclass=common_setup.get_cmdclass(),
packages=setuptools.find_packages(exclude=['bin']),
package_data={'savanna': ['resources/*.template']},