summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-09-24 20:49:31 -0400
committerDavanum Srinivas <davanum@gmail.com>2015-09-24 20:49:31 -0400
commit65f83aef8337c36a081240c4a4db671135bd4a9f (patch)
tree9fdf3c8a7a5a4fd7b1e8e43396c0bcf119cb9da3
parentdaa905cad45ea89b557b6468af021270980b9c24 (diff)
downloadpbr-65f83aef8337c36a081240c4a4db671135bd4a9f.tar.gz
Add shields.io version/downloads links/badges into README.rst
Change-Id: Ia4bc4198e47769aadc33ed791907f098088fa405
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 9cf5dc4..1baf6bd 100644
--- a/README.rst
+++ b/README.rst
@@ -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