Remove debug message. Add content_type

This commit is contained in:
eternnoir
2017-11-30 23:34:07 +08:00
parent d0b4bb7c69
commit b2f376a906
3 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ def readme():
return f.read()
setup(name='pyTelegramBotAPI',
version='3.5.0',
version='3.5.1',
description='Python Telegram bot api. ',
long_description=readme(),
author='eternnoir',