From 442286463ffe8b8daa5ad72009a41a3bacf5fb87 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 2 Jul 2014 17:17:25 +0100 Subject: [PATCH] update setup.py with classifiers for Python3.3 and Python3.4 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index fe8673f288..2d2939a9e9 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,8 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Framework :: Django', 'Topic :: Internet :: WWW/HTTP :: Site Management', ],