From 0b9af5855deeef1fd4bc22c1b57ddb18725b30ea Mon Sep 17 00:00:00 2001
From: zooko <zooko@zooko.com>
Date: Tue, 21 Oct 2008 21:18:17 +0530
Subject: [PATCH] setup: add classifiers indicating what versions of Python
 this is known to work with

It probably works with Python 2.3 and 2.6, but I don't want to spend the effort to find out and I want to discourage people from using those versions of Python (for now).
It probably doesn't work with Python 3.0, but I even less want to spend effort and even more want to discourage usage.

darcs-hash:a0fac75bbed39c53de986775d4515533267ebbb3
---
 zfec/setup.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/zfec/setup.py b/zfec/setup.py
index e225ff9..3b88d5d 100755
--- a/zfec/setup.py
+++ b/zfec/setup.py
@@ -71,6 +71,9 @@ trove_classifiers=[
     "Natural Language :: English", 
     "Programming Language :: C", 
     "Programming Language :: Python", 
+    "Programming Language :: Python :: 2",
+    "Programming Language :: Python :: 2.4",
+    "Programming Language :: Python :: 2.5",
     "Topic :: Utilities",
     "Topic :: System :: Systems Administration",
     "Topic :: System :: Filesystems",
-- 
2.45.2