From 47509e3c5d7acc94aaa7999533e50710e12121a8 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 30 Mar 2014 20:46:05 +0200 Subject: [PATCH] Added Python 3.4 to classifiers in setup.py. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 67482f8496..85e154907c 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: WSGI',