Add python 3.4 in setup.py

This commit is contained in:
Guillaume Ayoub 2014-04-15 18:24:44 +02:00
parent 2aaa8f06fc
commit 58370ef641

View File

@ -73,4 +73,5 @@ setup(
"Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Office/Business :: Groupware"]) "Topic :: Office/Business :: Groupware"])