8000 add license info to metadata (#260) · msgpack/msgpack-python@2eb6e75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2eb6e75

Browse files
aaronjhengmethane
authored andcommitted
add license info to metadata (#260)
1 parent 9934103 commit 2eb6e75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def __init__(self, *args, **kwargs):
112112
description=desc,
113113
long_description=long_desc,
114114
url='http://msgpack.org/',
115+
license='Apache 2.0',
115116
classifiers=[
116117
'Programming Language :: Python :: 2',
117118
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)
0