summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2014-09-07 12:17:54 -0700
committerDana Powers <dana.powers@gmail.com>2014-09-07 12:17:54 -0700
commita99384f4c601d127ab1c4fe5b272ea5c07fd695d (patch)
treed559e3c3f650dab1ce9247aa7a89f41bdd410e46 /setup.py
parent9856cc36d7742922133af0aa53767c8ed4731957 (diff)
parent1b282d21522d101f4129d5fc3e70e2b904d3b171 (diff)
downloadkafka-python-a99384f4c601d127ab1c4fe5b272ea5c07fd695d.tar.gz
Merge pull request #221 from dpkp/minor_cleanups
Minor cleanups
Diffstat (limited to 'setup.py')
-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"
]
)