From 8656b51a0d5369f795c40255fbb5e409a5c0735b Mon Sep 17 00:00:00 2001 From: Sergey Shepelev Date: Tue, 24 Feb 2015 23:49:40 +0300 Subject: [PATCH] setup: Python3 classifiers --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 7a601d5..72d0e63 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,8 @@ setup( "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules", "Intended Audience :: Developers",