summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-02-18 06:59:18 -0800
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-02-18 07:17:31 -0800
commit16c319eda806aba28a5ccc041a109a1f676b8a8e (patch)
tree2d991aa918f94aa27e00556622c1b86ee9e34252 /setup.cfg
parent5f92f04e507f58326325927aa5fea605d81da3d4 (diff)
downloadoslotest-16c319eda806aba28a5ccc041a109a1f676b8a8e.tar.gz
Rename oslo.test to oslotest0.1
The testing strategy for this library has changed, and so it will not be installed via devstack like the other oslo libraries. That means we don't want it in the oslo namespace package, to avoid issues like bug 1277168. Change-Id: I3ca1104663d0c89a351f4cc830414b41bb23fa29
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 2 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 87ee648..8f8f2ef 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-name = oslo.test
+name = oslotest
summary = OpenStack test framework
description-file =
README.rst
@@ -21,10 +21,7 @@ classifier =
[files]
packages =
- oslo
- oslo.test
-namespace_packages =
- oslo
+ oslotest
[global]
setup-hooks =