summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-04-04 02:14:03 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2015-04-04 02:25:32 -0400
commitd6782d9b399f9605bf83f8618e0f970abd710e68 (patch)
tree6c08bda321a942cac861428e0956d7c521339c14
parent6216d7b61045800067aed7434c65f59b4235d970 (diff)
downloadoslo-serialization-d6782d9b399f9605bf83f8618e0f970abd710e68.tar.gz
Cleanup README.rst and setup.cfg
Provide a more complete description in README.rst, which is used when viewing the library on pypi. Also standardize the short-description used in setup.cfg. Change-Id: Ic917b8c1d0038e734f7a7b0864a71e0e778fd9b9
-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 bdc008f..1355ad9 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,8 @@
oslo.serialization
====================
-oslo.serialization library
+The Oslo Serialization library provides support for representing objects
+in transmittable and storable formats, such as JSON and MessagePack.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.serialization
diff --git a/setup.cfg b/setup.cfg
index 092cc70..35f5685 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = oslo.serialization
-summary = oslo.serialization library
+summary = Oslo Serialization library
description-file =
README.rst
author = OpenStack