From 58370ef6414767376ec1f6b48e6392b4578110a4 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 15 Apr 2014 18:24:44 +0200 Subject: [PATCH] Add python 3.4 in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7318dd0..4d93ce1 100755 --- a/setup.py +++ b/setup.py @@ -73,4 +73,5 @@ setup( "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", "Topic :: Office/Business :: Groupware"])