diff options
author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-04-04 02:22:36 -0400 |
---|---|---|
committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-04-04 02:22:36 -0400 |
commit | 6ab5ae239fb3cd0f5a10b8fcaf721981637ebf56 (patch) | |
tree | c7f244ff2ebe49ae64a040fc31142c8eb8fbb5e0 /README.rst | |
parent | 597d5dd4f179ff37cb1e58ef24b7926053aeebc4 (diff) | |
download | oslo-utils-6ab5ae239fb3cd0f5a10b8fcaf721981637ebf56.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: Ief38e3f75918c94a143d9369756747a24bb778b0
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,9 @@ -=================================== +========== oslo.utils -=================================== +========== -oslo.utils library +The Oslo Utils library provides support for common utility type functions, +such as encoding, exception handling, string manipulation, and time handling. * Free software: Apache license * Documentation: http://docs.openstack.org/developer/oslo.utils |