From 2eb6e75db1d4b4e30997aa88f9e904dc462a28da Mon Sep 17 00:00:00 2001 From: aaron jheng Date: Sun, 31 Dec 2017 10:52:50 +0800 Subject: [PATCH] add license info to metadata (#260) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5c88397..5a26241 100755 --- a/setup.py +++ b/setup.py @@ -112,6 +112,7 @@ setup(name='msgpack-python', description=desc, long_description=long_desc, url='http://msgpack.org/', + license='Apache 2.0', classifiers=[ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7',