From 3a7589a899f6c67fd868f8238152676f370625d1 Mon Sep 17 00:00:00 2001 From: Cong Date: Wed, 2 Jan 2019 12:39:24 +1100 Subject: [PATCH] Add pypi badge --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 247f034..1019557 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,14 @@ python-socketio =============== -.. image:: https://travis-ci.org/miguelgrinberg/python-socketio.svg?branch=master +|travis| |pypi| + +.. |travis| image:: https://travis-ci.org/miguelgrinberg/python-socketio.svg?branch=master :target: https://travis-ci.org/miguelgrinberg/python-socketio +.. |pypi| image:: https://img.shields.io/pypi/v/python-socketio.svg + :target: https://pypi.org/project/python-socketio/ + Python implementation of the `Socket.IO`_ realtime client and server. Resources