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

Officially support python 3.3

This commit is contained in:
Guillaume Ayoub 2013-06-28 16:21:56 +02:00
parent 70f8ee94d9
commit a819e4b2c8

View file

@ -73,4 +73,5 @@ setup(
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"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",
"Topic :: Office/Business :: Groupware"]) "Topic :: Office/Business :: Groupware"])