From 77d699bc3aed13acc70cc3d4a2f0a4b9d4dfdbc0 Mon Sep 17 00:00:00 2001 From: eternnoir Date: Thu, 2 Jul 2015 11:51:50 +0800 Subject: [PATCH] Add python 3 to setup.py. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e11942b..6bc3dbb 100644 --- a/setup.py +++ b/setup.py @@ -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)', ]