summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst3
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 85d6a83..292deb0 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,8 @@
oslotest
==========
-OpenStack test framework and test fixtures.
+The Oslo Test framework provides common fixtures, support for debugging, and
+better support for mocking results.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslotest
diff --git a/setup.cfg b/setup.cfg
index 9d0ca1c..0cd0454 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = oslotest
-summary = OpenStack test framework
+summary = Oslo test framework
description-file =
README.rst
author = OpenStack