]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: add metadata indicating compatibility with python 2.6
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Jan 2009 01:26:28 +0000 (18:26 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Jan 2009 01:26:28 +0000 (18:26 -0700)
setup.py

index af180724538235cb5f631fc962c7e7b17ff7ab27..fa2320fe8f49e6547cece50577da99dabb9db833 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -101,6 +101,7 @@ trove_classifiers=[
     "Programming Language :: Python :: 2",
     "Programming Language :: Python :: 2.4",
     "Programming Language :: Python :: 2.5",
+    "Programming Language :: Python :: 2.6",
     "Topic :: Utilities",
     "Topic :: System :: Systems Administration",
     "Topic :: System :: Filesystems",