From 585e9f1e375417b4a5928f184c6dc2936d6ed6ee Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 29 Jul 2016 01:50:49 +0300 Subject: [PATCH] Declare Python 3 compatibility --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ec1404..45712b2 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,8 @@ setup(name='mysql2sql', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 2 :: Only', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', ], packages=['mysql2sql'], package_data={'mysql2sql': []}, -- 2.39.2