summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMitch Garnaat <mitch@garnaat.com>2012-02-15 06:10:04 -0800
committerMitch Garnaat <mitch@garnaat.com>2012-02-15 06:10:04 -0800
commita04c47df57bf292b7eb361eed3119579968f44ab (patch)
tree30adecd4424f3ef8ecb0cc843374a72e0eb92f34 /setup.py
parent4f713661404e4b0f62cf81e21359acd2eb43094f (diff)
downloadboto-a04c47df57bf292b7eb361eed3119579968f44ab.tar.gz
Messing around with trove classifiers again.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dba1538d..3ede0a3d 100644
--- a/setup.py
+++ b/setup.py
@@ -76,6 +76,9 @@ setup(name = "boto",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Internet",
- "Programming Language :: Python :: 2.6"],
+ "Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 2.5",
+ "Programming Language :: Python :: 2.6",
+ "Programming Language :: Python :: 2.7"],
**extra
)