summaryrefslogtreecommitdiff
path: root/python/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
commitbf0cb4058634cb28450036c296d18185d7d8867a (patch)
treeda7ea1299a14c68d5d973ab0f420ef5f2c640982 /python/setup.py
parenta62aefe74bf4017ea90c3dadc86230d12eea5b43 (diff)
downloadmsgpack-python-bf0cb4058634cb28450036c296d18185d7d8867a.tar.gz
python: Add python3 category.
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py
index d079e3e..ac7ece5 100755
--- a/python/setup.py
+++ b/python/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',