From: zooko Date: Tue, 21 Oct 2008 15:48:17 +0000 (+0530) Subject: setup: add classifiers indicating what versions of Python this is known to work with X-Git-Url: https://git.rkrishnan.org/frontends/FTP-and-SFTP.rst?a=commitdiff_plain;h=0b9af5855deeef1fd4bc22c1b57ddb18725b30ea;p=tahoe-lafs%2Fzfec.git 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 --- 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",