Skip to content

Commit

Permalink
Merge pull request #5 from gregoil/feature/add_pypi_badges
Browse files Browse the repository at this point in the history
added badges for PyPI version and compatible Python versions
  • Loading branch information
osherdp committed Apr 14, 2018
2 parents 8dd51c3 + 2666fed commit 4ff8bc4
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 4ff8bc4

Please sign in to comment.