From 58134785ce80f43529c328e1c36a45739f3d84eb Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Thu, 28 Feb 2013 08:22:45 +0100 Subject: Add minimal changes to support Python 2.4. Fair warning: Support for Python 2.4 may be dropped at any time. But as long as the changes are that minimal and have no significant side-effects we can keep up the compatibility. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 34d650e..ef8e30c 100644 --- a/setup.py +++ b/setup.py @@ -107,6 +107,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.4', 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', -- cgit v1.2.1