Add shields.io version/downloads links/badges into README.rst

Change-Id: Ia4bc4198e47769aadc33ed791907f098088fa405
This commit is contained in:
Davanum Srinivas 2015-09-24 20:49:31 -04:00
parent daa905cad4
commit 65f83aef83
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
Introduction
============
.. image:: https://img.shields.io/pypi/v/pbr.svg
:target: https://pypi.python.org/pypi/pbr/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/pbr.svg
:target: https://pypi.python.org/pypi/pbr/
:alt: Downloads
PBR is a library that injects some useful and sensible default behaviors
into your setuptools run. It started off life as the chunks of code that
were copied between all of the `OpenStack`_ projects. Around the time that