mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Update setup.py (#1306)
This commit is contained in:
parent
0cf0cccbc5
commit
92f407bfb3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -55,6 +55,6 @@ with codecs.open('README.rst', 'r', 'utf-8') as fd:
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6'
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7'
|
||||
],)
|
||||
|
|
Loading…
Reference in a new issue