From 98b2114199b04678cd41e25deb9a3478e0f76e45 Mon Sep 17 00:00:00 2001 From: benoitc Date: Fri, 16 Nov 2012 10:51:51 +0100 Subject: [PATCH] say hello to python 3.3 --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 2b379e2d..aef666b5 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,10 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Internet', 'Topic :: Utilities', 'Topic :: Software Development :: Libraries :: Python Modules',