summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2010-09-02 10:13:49 +0900
committerINADA Naoki <songofacandy@gmail.com>2010-09-02 10:13:49 +0900
commitff5709718bd8516e895cc461f4db57ff601abc49 (patch)
tree2dd6f872c7ed2f3bead270f6e211ac5208be1340 /setup.py
parentb68f61cae998c2d690501393563ef6a29ac35154 (diff)
downloadmsgpack-python-ff5709718bd8516e895cc461f4db57ff601abc49.tar.gz
python: Add python3 category.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d079e3e..ac7ece5 100755
--- a/setup.py
+++ b/setup.py
@@ -69,6 +69,7 @@ setup(name='msgpack-python',
url='http://msgpack.sourceforge.net/',
download_url='http://pypi.python.org/pypi/msgpack/',
classifiers=[
+ 'Programming Language :: Python :: 3',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',