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

Add python 2.7 in the list of supported python versions.

This commit is contained in:
Guillaume Ayoub 2010-07-05 13:55:57 +02:00
parent a2f0431738
commit eaa737313b

View file

@ -87,6 +87,7 @@ setup(
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.1",