From 394876f258bf99132ba23c2e2bd07ee5ac6404cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20K=C3=B6lker?= Date: Mon, 18 Feb 2013 17:26:26 -0600 Subject: 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ab4854d..02f9cae 100644 --- a/setup.py +++ b/setup.py @@ -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, -- cgit v1.2.1