From 9f19481a69e510a36e1a4d457b5cfe3a9fbc2a26 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 2 Apr 2011 12:06:08 +0200 Subject: [PATCH] Add support for Python 3.2 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1dfba172..fe745165 100755 --- a/setup.py +++ b/setup.py @@ -91,4 +91,5 @@ setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", + "Programming Language :: Python :: 3.2", "Topic :: Office/Business :: Groupware"])