Add support for Python 3.2

This commit is contained in:
Guillaume Ayoub 2011-04-02 12:06:08 +02:00
parent 9f723e5c7b
commit 9f19481a69

View File

@ -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"])