Skip to content

Commit

Permalink
Build/doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Surye committed May 8, 2018
1 parent 622c937 commit 931751e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion twx/botapi/README.rst
Expand Up @@ -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
Expand Down

0 comments on commit 931751e

Please sign in to comment.