]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
setup: add classifiers indicating what versions of Python this is known to work with
authorzooko <zooko@zooko.com>
Tue, 21 Oct 2008 15:48:17 +0000 (21:18 +0530)
committerzooko <zooko@zooko.com>
Tue, 21 Oct 2008 15:48:17 +0000 (21:18 +0530)
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

index e225ff993c4bfee73f0ca9fc3f58b30235751de6..3b88d5d2dc482c16a5a0c01aa576402b1408a86b 100755 (executable)
@@ -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",