From 2754a5c7e6518acd286e8e67b55392f2cceeeda1 Mon Sep 17 00:00:00 2001 From: "Walter A. Boring IV" Date: Wed, 2 Sep 2015 09:29:25 -0700 Subject: [PATCH] Add fancy pypi version and download images This patch adds the simple pypi based version icon/image and download icon/image that's clickable. This is rendered on shown on the pypi main page for the version. An example of what it looks like is here: https://pypi.python.org/pypi/oslo.concurrency Change-Id: I4a10865145cc6f4a16f1e2ae5f9426512e461c2a --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 500af52e1..7a434d9d6 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,14 @@ brick =============================== +.. image:: https://img.shields.io/pypi/v/os-brick.svg + :target: https://pypi.python.org/pypi/os-brick/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/os-brick.svg + :target: https://pypi.python.org/pypi/os-brick/ + :alt: Downloads + OpenStack Cinder brick library for managing local volume attaches