diff --git a/setup.cfg b/setup.cfg index d9adfdf3..d895b404 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/setup.py b/setup.py index 610316e2..d71b7982 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ # under the License. import setuptools - +import multiprocessing setuptools.setup( setup_requires=[