Add PyPI badges to README (#1727)

This commit is contained in:
Hugo 2018-03-23 14:00:08 +02:00 committed by Berker Peksag
parent 4371ff2ed4
commit 836b078752

View File

@ -1,8 +1,15 @@
Gunicorn Gunicorn
-------- --------
.. image:: .. image:: https://img.shields.io/pypi/v/gunicorn.svg?style=flat
https://secure.travis-ci.org/benoitc/gunicorn.png?branch=master :alt: PyPI version
:target: https://pypi.python.org/pypi/gunicorn
.. image:: https://img.shields.io/pypi/pyversions/gunicorn.svg
:alt: Supported Python versions
:target: https://pypi.python.org/pypi/gunicorn
.. image:: https://travis-ci.org/benoitc/gunicorn.svg?branch=master
:alt: Build Status :alt: Build Status
:target: https://travis-ci.org/benoitc/gunicorn :target: https://travis-ci.org/benoitc/gunicorn
@ -51,7 +58,7 @@ License
Gunicorn is released under the MIT License. See the LICENSE_ file for more Gunicorn is released under the MIT License. See the LICENSE_ file for more
details. details.
.. _Unicorn: http://unicorn.bogomips.org/ .. _Unicorn: https://bogomips.org/unicorn/
.. _`#gunicorn`: http://webchat.freenode.net/?channels=gunicorn .. _`#gunicorn`: https://webchat.freenode.net/?channels=gunicorn
.. _Freenode: http://freenode.net .. _Freenode: https://freenode.net/
.. _LICENSE: http://github.com/benoitc/gunicorn/blob/master/LICENSE .. _LICENSE: https://github.com/benoitc/gunicorn/blob/master/LICENSE