summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-01-05 16:07:24 -0500
committerDoug Hellmann <doug@doughellmann.com>2015-01-06 17:07:36 -0500
commitca76fdcb52a5149f2b266bfb28c446f652c49128 (patch)
tree45b76495364cec84888fc5715ba8e3667bdc2bc9 /setup.cfg
parent44f36e35ec47d9ad430676c41749ccd5c6eadad4 (diff)
downloadoslo-utils-ca76fdcb52a5149f2b266bfb28c446f652c49128.tar.gz
Move files out of the namespace package
Move the public API out of oslo.utils to oslo_utils. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: Ic6dd62097399bf75e3d11b4d8a6400971069c415
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index debfb97..0b58de7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,6 +22,7 @@ classifier =
[files]
packages =
oslo
+ oslo_utils
namespace_packages =
oslo