From a3e02c34b5ce0260890b832207227885d822812e Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Sun, 4 Mar 2018 18:14:17 +0000 Subject: [PATCH 1/2] Switched broken pypip.in badges to shields.io --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 5b46abd..86e559b 100644 --- a/README.rst +++ b/README.rst @@ -14,27 +14,27 @@ :target: https://coveralls.io/r/DFE/MONK :alt: Coveralls Quality -.. image:: https://pypip.in/license/monk_tf/badge.svg +.. image:: https://img.shields.io/pypi/l/monk_tf.svg :target: https://pypi.python.org/pypi/monk_tf :alt: License -.. image:: https://pypip.in/download/monk_tf/badge.svg +.. image:: https://img.shields.io/pypi/dm/monk_tf.svg :target: https://pypi.python.org/pypi/monk_tf :alt: Downloads -.. image:: https://pypip.in/version/monk_tf/badge.svg +.. image:: https://img.shields.io/pypi/v/monk_tf.svg :target: https://pypi.python.org/pypi/monk_tf :alt: Latest Version -.. image:: https://pypip.in/py_versions/monk_tf/badge.svg +.. image:: https://img.shields.io/pypi/pyversions/monk_tf.svg :target: https://pypi.python.org/pypi/monk_tf :alt: Supported Python Versions -.. image:: https://pypip.in/status/monk_tf/badge.svg +.. image:: https://img.shields.io/pypi/status/monk_tf.svg :target: https://pypi.python.org/pypi/monk_tf :alt: Current Devel Status -.. image:: https://pypip.in/format/monk_tf/badge.svg +.. image:: https://img.shields.io/pypi/format/monk_tf.svg :target: https://pypi.python.org/pypi/monk_tf :alt: Support Package Format From 80f70c3b9a08ace7134404c587dceb2804e6f7f7 Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Mon, 5 Mar 2018 19:23:35 +0000 Subject: [PATCH 2/2] Switched broken pypip.in badges to shields.io