Resolve issues with package setup.py

Fixed list of classifiers, fixed exception duriong build

Change-Id: I64e7845175b60868e54e7d99d0d4b7ee7867642c
This commit is contained in:
Serg Melikyan 2013-09-09 10:55:27 +04:00
parent 59920a3d63
commit ba50258691
2 changed files with 8 additions and 8 deletions

View File

@ -9,13 +9,13 @@ author = Mirantis, Inc.
author-email = murano-all@lists.openstack.org
home-page = htts://launchpad.net/murano
classifier =
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python'
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
[files]
packages =

View File

@ -13,7 +13,7 @@
# under the License.
import setuptools
import multiprocessing
setuptools.setup(
setup_requires=[