1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

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