diff options
author | engn33r <engn33r@users.noreply.github.com> | 2021-08-10 21:31:51 -0400 |
---|---|---|
committer | engn33r <engn33r@users.noreply.github.com> | 2021-08-10 21:31:51 -0400 |
commit | ee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f (patch) | |
tree | 20758a044ec4f2bf2034deeb8964079a485acacb /setup.py | |
parent | fbcbd438819f4957e86ac70c07434d08a9a1552a (diff) | |
download | websocket-client-ee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f.tar.gz |
Transition from LGPL 2.1 license to Apache 2.0 - fix #697
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,13 +40,13 @@ setup( long_description_content_type='text/markdown', author="liris", author_email="liris.pp@gmail.com", - license="LGPL version 2.1", + license="Apache-2.0", url="https://github.com/websocket-client/websocket-client.git", download_url='https://github.com/websocket-client/websocket-client/releases', python_requires='>=3.6', classifiers=[ "Development Status :: 4 - Beta", - "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", |