summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMitch Garnaat <mitch@garnaat.com>2012-02-14 21:22:01 -0800
committerMitch Garnaat <mitch@garnaat.com>2012-02-14 21:22:01 -0800
commit4f713661404e4b0f62cf81e21359acd2eb43094f (patch)
tree8a48d417e04852cc3a04ef44ef9747f4753784f4 /setup.py
parente2104c729e2c592c85260376a4526c37bd362688 (diff)
downloadboto-4f713661404e4b0f62cf81e21359acd2eb43094f.tar.gz
Adding trove classifier for python version.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9b7649ba..dba1538d 100644
--- a/setup.py
+++ b/setup.py
@@ -75,6 +75,7 @@ setup(name = "boto",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
- "Topic :: Internet"],
+ "Topic :: Internet",
+ "Programming Language :: Python :: 2.6"],
**extra
)