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
This commit is contained in:
Steve Martinelli 2015-04-04 02:14:03 -04:00
parent 6216d7b610
commit d6782d9b39
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[metadata]
name = oslo.serialization
summary = oslo.serialization library
summary = Oslo Serialization library
description-file =
README.rst
author = OpenStack