Skip to content

Commit

Permalink
Use shields as a badge provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkayun authored Feb 17, 2017
1 parent ad67855 commit 74a673d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ bson
====


.. image:: https://badge.fury.io/py/bson.svg?
.. image:: https://img.shields.io/pypi/v/bson.svg
:target: https://pypi.python.org/pypi/bson
.. image:: https://travis-ci.org/py-bson/bson.svg?branch=master
.. image:: https://img.shields.io/travis/py-bson/bson.svg
:target: https://travis-ci.org/py-bson/bson
.. image:: https://img.shields.io/pypi/pyversions/bson.svg
:target: https://github.com/py-bson/bson


Independent BSON codec for Python that doesn't depend on MongoDB.
Expand Down

0 comments on commit 74a673d

Please sign in to comment.