Fix setup.py to install the correct package

Change-Id: I87e3977ecd9078df0c8aa14ed18dc288fe49c596
This commit is contained in:
Mark McLoughlin 2013-02-16 14:31:38 +00:00
parent 16c4ecbefc
commit af4ab489df
1 changed files with 1 additions and 1 deletions

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'],
packages=['oslo.config'],
namespace_packages=['oslo'],
cmdclass=setup.get_cmdclass(),
install_requires=requires,