diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2010-09-02 10:13:49 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2010-09-02 10:13:49 +0900 |
| commit | bf0cb4058634cb28450036c296d18185d7d8867a (patch) | |
| tree | da7ea1299a14c68d5d973ab0f420ef5f2c640982 /python/setup.py | |
| parent | a62aefe74bf4017ea90c3dadc86230d12eea5b43 (diff) | |
| download | msgpack-python-bf0cb4058634cb28450036c296d18185d7d8867a.tar.gz | |
python: Add python3 category.
Diffstat (limited to 'python/setup.py')
| -rwxr-xr-x | python/setup.py | 1 |
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', |
