Add python 3 to setup.py.

This commit is contained in:
eternnoir 2015-07-02 11:51:50 +08:00
parent 1e221433f0
commit 77d699bc3a
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ setup(name='pyTelegramBotAPI',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Environment :: Console',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
]