Update supported versions in classifiers (#248)

This commit is contained in:
Hugo 2017-10-12 03:26:34 +03:00 committed by INADA Naoki
parent b57106c246
commit 54aa47b2dd

View file

@ -114,7 +114,13 @@ setup(name='msgpack-python',
url='http://msgpack.org/', url='http://msgpack.org/',
classifiers=[ classifiers=[
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
] ]