From efad13156ee7033cc60b583ec2a16f25beaf7cce Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 3 Jun 2017 15:04:04 +0300 Subject: [PATCH] Update readme.rst --- README.rst | 24 ++++++++++++++++++++++-- docs/source/install.rst | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index dabb003b..240b7c3d 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,29 @@ AIOGramBot ========== +.. image:: https://img.shields.io/pypi/v/aiogram.svg + :target: https://pypi.python.org/pypi/aiogram + :alt: PyPi Package Version + +.. image:: https://img.shields.io/pypi/status/aiogram.svg + :target: https://pypi.python.org/pypi/aiogram + :alt: PyPi status + +.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg + :target: https://pypi.python.org/pypi/aiogram + :alt: Supported python versions + .. image:: https://readthedocs.org/projects/aiogram/badge/?version=latest - :target: http://aiogram.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status + :target: http://aiogram.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + +.. image:: https://img.shields.io/bitbucket/issues/illemius/aiogram.svg + :target: https://bitbucket.org/illemius/aiogram/issues + :alt: Bitbucket issues + +.. image:: https://img.shields.io/pypi/l/aiogram.svg + :target: https://opensource.org/licenses/MIT + :alt: MIT License Asynchonyously Python framework for `Telegram Bot API `_ diff --git a/docs/source/install.rst b/docs/source/install.rst index 9af360d6..9d11a6ea 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -5,7 +5,7 @@ From PIP -------- .. code-block:: bash - $ pip install -U + $ pip install -U aiogram From sources ------------