We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad67855 commit 74a673dCopy full SHA for 74a673d
README.rst
@@ -2,11 +2,12 @@ bson
2
====
3
4
5
-.. image:: https://badge.fury.io/py/bson.svg?
+.. image:: https://img.shields.io/pypi/v/bson.svg
6
:target: https://pypi.python.org/pypi/bson
7
-.. image:: https://travis-ci.org/py-bson/bson.svg?branch=master
+.. image:: https://img.shields.io/travis/py-bson/bson.svg
8
:target: https://travis-ci.org/py-bson/bson
9
.. image:: https://img.shields.io/pypi/pyversions/bson.svg
10
+ :target: https://github.com/py-bson/bson
11
12
13
Independent BSON codec for Python that doesn't depend on MongoDB.
0 commit comments