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``.