From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 29 Jan 2009 01:26:28 +0000 (-0700)
Subject: setup: add metadata indicating compatibility with python 2.6
X-Git-Tag: allmydata-tahoe-1.3.0~129
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/install.html?a=commitdiff_plain;h=bbe4e2d4791c9bd690d0fa1922efaae58e8eb324;p=tahoe-lafs%2Ftahoe-lafs.git

setup: add metadata indicating compatibility with python 2.6
---

diff --git a/setup.py b/setup.py
index af180724..fa2320fe 100644
--- 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",