diff --git a/README.md b/README.md index 5dab23f..3fb2143 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ twx.botapi **twx.botapi: Unofficial Telegram Bot API Library and Client** --|- --|- + -|- +--:|:-- contributions | Please join https://github.com/datamachine/twx.botapi issues | Please use https://github.com/datamachine/twx.botapi/issues Python version supported | 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6 diff --git a/setup.py b/setup.py index abef24a..80d26da 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ version=__version__, description='Unofficial Telegram Bot API Library and Client', long_description=open("README.md").read(), + long_description_content_type='text/markdown', author='Vince Castellano, Phillip Lopo', author_email='surye80@gmail.com, philliplopo@gmail.com', keywords=['datamachine', 'telex', 'telegram', 'bot', 'api', 'rpc', 'twx', 'chat'], diff --git a/twx/botapi/README.rst b/twx/botapi/README.rst index c2a85d4..1aedaa0 100644 --- a/twx/botapi/README.rst +++ b/twx/botapi/README.rst @@ -4,7 +4,7 @@ twx-botapi: Unofficial Telegram Bot API Client :contributions: Please join https://github.com/datamachine/twx :issues: Please use https://github.com/datamachine/twx/issues -:Python version supported: 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5 +:Python version supported: 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6 **twx-botapi** is a python interface for the Telegram bot API. It supports making synchronous and asynchronous calls and converts the response