Fix typo in setup.py

This commit is contained in:
Alvaro Lopez Garcia
2013-04-23 14:58:36 +02:00
parent 2d914987aa
commit c22ee1ff90

View File

@@ -35,9 +35,9 @@ setup(
3rd party OCCI interface to OpenStack. 3rd party OCCI interface to OpenStack.
''', ''',
classifiers=[ classifiers=[
'Programming Language :: Python' 'Programming Language :: Python',
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application' 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
], ],
keywords='', keywords='',
author='Intel Performance Learning Solutions Ltd.', author='Intel Performance Learning Solutions Ltd.',