From b1fe0e6422b971c259893d402a892d68a130d49e Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Wed, 19 Sep 2018 10:04:11 +1000
Subject: [PATCH] Add pypi badge and make contributing guide more visible

---
 README.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 47cfb69f..4b4ce783 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-|pipeline status| |coverage report|
+|pipeline status| |coverage report| |pypi|
 
 Tupak
 =====
@@ -7,6 +7,7 @@ Fulfilling all your gravitational wave dreams.
 
 -  `Installation
    instructions <https://monash.docs.ligo.org/tupak/installation.html>`__
+-  `Contributing <https://git.ligo.org/Monash/tupak/blob/master/CONTRIBUTING.md>`__.
 -  `Documentation <https://monash.docs.ligo.org/tupak/index.html>`__.
 -  `Issue tracker <https://git.ligo.org/Monash/tupak/issues>`__
 
@@ -19,3 +20,5 @@ us directly.
    :target: https://git.ligo.org/Monash/tupak/commits/master
 .. |coverage report| image:: https://monash.docs.ligo.org/tupak/coverage_badge.svg
    :target: https://monash.docs.ligo.org/tupak/htmlcov/
+.. |pypi| image:: https://badge.fury.io/py/TUPAK.svg
+   :target: https://badge.fury.io/py/TUPAK
-- 
GitLab