Make sure to install the oslo package as well.

Each package under a namespace that should install that namespace
package so the __init__.py for the namespace gets copied.

Fixes Bug 1129587

Change-Id: I064b05479c8a41d8f793886d2a5895dce166a85a
This commit is contained in:
Jason Kölker 2013-02-18 17:26:26 -06:00
parent 36bbf72d2f
commit 394876f258

View File

@ -42,7 +42,7 @@ setuptools.setup(
author_email='openstack-dev@lists.openstack.org',
url='http://www.openstack.org/',
license='Apache Software License',
packages=['oslo.config'],
packages=['oslo', 'oslo.config'],
namespace_packages=['oslo'],
cmdclass=setup.get_cmdclass(),
install_requires=requires,