Is a pretty simple...

This commit is contained in:
Suren Khorenyan 2018-01-23 17:02:52 +03:00
parent 72db167fa3
commit 3a7cb02acd
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
[![Github issues](https://img.shields.io/github/issues/aiogram/aiogram.svg?style=flat-square)](https://github.com/aiogram/aiogram/issues) [![Github issues](https://img.shields.io/github/issues/aiogram/aiogram.svg?style=flat-square)](https://github.com/aiogram/aiogram/issues)
[![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT)
**aiogram** is are pretty simple and fully asynchronously library for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.6 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps to make your bots more faster and simpler. **aiogram** is a pretty simple and fully asynchronous library for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.6 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler.
You can [read the docs here](http://aiogram.readthedocs.io/en/latest/). You can [read the docs here](http://aiogram.readthedocs.io/en/latest/).

View file

@ -30,7 +30,7 @@ AIOGramBot
:alt: MIT License :alt: MIT License
**aiogram** is are pretty simple and fully asynchronously library for `Telegram Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.6 with `asyncio <https://docs.python.org/3/library/asyncio.html>`_ and `aiohttp <https://github.com/aio-libs/aiohttp>`_. It helps to make your bots more faster and simpler. **aiogram** is a pretty simple and fully asynchronous library for `Telegram Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.6 with `asyncio <https://docs.python.org/3/library/asyncio.html>`_ and `aiohttp <https://github.com/aio-libs/aiohttp>`_. It helps you to make your bots faster and simpler.
You can `read the docs here <http://aiogram.readthedocs.io/en/latest/>`_. You can `read the docs here <http://aiogram.readthedocs.io/en/latest/>`_.

View file

@ -44,7 +44,7 @@ setup(
license='MIT', license='MIT',
author='Alex Root Junior', author='Alex Root Junior',
author_email='jroot.junior@gmail.com', author_email='jroot.junior@gmail.com',
description='Is are pretty simple and fully asynchronously library for Telegram Bot API', description='Is a pretty simple and fully asynchronous library for Telegram Bot API',
long_description=get_description(), long_description=get_description(),
classifiers=[ classifiers=[
VERSION.pypi_development_status, # Automated change classifier by build stage VERSION.pypi_development_status, # Automated change classifier by build stage