Skip to content

Commit

Permalink
added badges for PyPI version and compatible Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
osherdp committed Apr 14, 2018
1 parent 8dd51c3 commit 2666fed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit 2666fed

Please sign in to comment.