mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-23 23:39:42 +01:00
Merge branch 'master' into testing
This commit is contained in:
commit
3024c1ce3d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ setup(
|
||||||
author_email='leandrotoledodesouza@gmail.com',
|
author_email='leandrotoledodesouza@gmail.com',
|
||||||
license='LGPLv3',
|
license='LGPLv3',
|
||||||
url='https://github.com/leandrotoledo/python-telegram-bot',
|
url='https://github.com/leandrotoledo/python-telegram-bot',
|
||||||
keywords='telegram bot api',
|
keywords='python telegram bot api wrapper',
|
||||||
description='A Python wrapper around the Telegram Bot API',
|
description='A Python wrapper around the Telegram Bot API',
|
||||||
long_description=(read('README.rst')),
|
long_description=(read('README.rst')),
|
||||||
packages=find_packages(exclude=['tests*']),
|
packages=find_packages(exclude=['tests*']),
|
||||||
|
|
Loading…
Add table
Reference in a new issue