add license info to metadata (#260)

This commit is contained in:
aaron jheng 2017-12-31 10:52:50 +08:00 committed by INADA Naoki
parent 99341035f2
commit 2eb6e75db1

View file

@ -112,6 +112,7 @@ setup(name='msgpack-python',
description=desc, description=desc,
long_description=long_desc, long_description=long_desc,
url='http://msgpack.org/', url='http://msgpack.org/',
license='Apache 2.0',
classifiers=[ classifiers=[
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',