summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2014-08-31 09:28:43 -0700
committerDana Powers <dana.powers@rd.io>2014-09-04 12:14:45 -0700
commit8cfc4c01d8b276402a289a56cc2e26f5fa419f0b (patch)
tree14300d87aadadd030700d6f1d0e8eab8f62f5516
parent9856cc36d7742922133af0aa53767c8ed4731957 (diff)
downloadkafka-python-8cfc4c01d8b276402a289a56cc2e26f5fa419f0b.tar.gz
Add trove classifiers for python 2.6, 2.7, and pypy to setup.py for PyPI
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a7e1400..d8ec1d1 100644
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,10 @@ is also supported for message sets.
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
+ "Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 2.6",
+ "Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules"
]
)