summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-03-11 16:01:47 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-03-11 16:03:06 +0900
commitd11ad4efeb1750f63a9b9e7596073ab661744c8f (patch)
treeb21b2a8ecab8eaee27382b82f41ba0718d294d03
parent4fcaefbfada66a417864925718376d84103f984d (diff)
downloadpygerrit-d11ad4efeb1750f63a9b9e7596073ab661744c8f.tar.gz
Add badges to the README
Add badges showing the latest package version on pypi, and the number of downloads in the last month. Change-Id: Ib3b49bf77135d6a33ab338638b98da6ea5d32a43
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f4ce227..8dc293d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,12 @@
Pygerrit - Client library for interacting with Gerrit Code Review
=================================================================
+.. image:: https://badge.fury.io/py/pygerrit.png
+ :target: http://badge.fury.io/py/pygerrit
+
+.. image:: https://pypip.in/d/pygerrit/badge.png
+ :target: https://crate.io/packages/pygerrit/
+
Pygerrit is a Python library to interact with the
`Gerrit Code Review`_ system over ssh or via the REST API.