From 2666fed00d4c545dbf98f4b11ad59d48e7daaf9d Mon Sep 17 00:00:00 2001 From: Osher De Paz Date: Sat, 14 Apr 2018 18:08:34 +0300 Subject: [PATCH] added badges for PyPI version and compatible Python versions --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 52ff3b9..f58b940 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,13 @@ ipdbugger .. image:: https://travis-ci.org/gregoil/ipdbugger.svg?branch=master :target: https://travis-ci.org/gregoil/ipdbugger +.. image:: https://img.shields.io/pypi/v/ipdbugger.svg + :alt: PyPI + :target: https://pypi.python.org/pypi/ipdbugger/ + +.. image:: https://img.shields.io/pypi/pyversions/ipdbugger.svg + :alt: Python versions + :target: https://pypi.python.org/pypi/ipdbugger/ ``ipdbugger`` is a code debugging tool based on ``ipdb``.