From 598deda4d9ea5c8e40202935a36aad2da115f3d0 Mon Sep 17 00:00:00 2001 From: "star:Kenneth Reitz" Date: Thu, 24 Mar 2011 05:07:14 -0400 Subject: [PATCH] python 2.5 support! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c96c898..a6f90e7 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( 'Natural Language :: English', 'License :: OSI Approved :: ISC License (ISCL)', 'Programming Language :: Python', - # 'Programming Language :: Python :: 2.5', + 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', # 'Programming Language :: Python :: 3.0',