]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup.py: add Python 2.7 trove classifier.
authordavid-sarah <david-sarah@jacaranda.org>
Sat, 8 Jan 2011 21:12:12 +0000 (13:12 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Sat, 8 Jan 2011 21:12:12 +0000 (13:12 -0800)
setup.py

index 9cb68da3963e6c304304387c6c4c6c20f41dbf70..990690d96c21910578ee0f9acd552eab8339d9ab 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -105,6 +105,7 @@ trove_classifiers=[
     "Programming Language :: Python :: 2.4",
     "Programming Language :: Python :: 2.5",
     "Programming Language :: Python :: 2.6",
+    "Programming Language :: Python :: 2.7",
     "Topic :: Utilities",
     "Topic :: System :: Systems Administration",
     "Topic :: System :: Filesystems",