Files
deb-oslo.config/setup.cfg
Monty Taylor 08203f69e6 Ensure namespace package is installed.
This is a workaround for bug 1194742. There is actually a bug in
upstream d2to1 that has a PR up:

https://github.com/iguananaut/d2to1/pull/32

But until that is released, this should fix the immediate problem.

Change-Id: I136b8493c8d8d48a0116facf5f23c2a1479c070f
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-06-27 07:42:50 -04:00

39 lines
839 B
INI

[metadata]
name = oslo.config
version = 1.2.0
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = Oslo Configuration API
description-file =
README.rst
home-page = https://launchpad.net/oslo
classifier =
Development Status :: 4 - Beta
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
[files]
packages =
oslo
oslo.config
namespace_packages =
oslo
[global]
setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html