summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-08-10 21:31:51 -0400
committerengn33r <engn33r@users.noreply.github.com>2021-08-10 21:31:51 -0400
commitee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f (patch)
tree20758a044ec4f2bf2034deeb8964079a485acacb /setup.py
parentfbcbd438819f4957e86ac70c07434d08a9a1552a (diff)
downloadwebsocket-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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6c9b985..0627c62 100644
--- a/setup.py
+++ b/setup.py
@@ -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",