From f04a6397be6add92390cb098311431a19be4557b Mon Sep 17 00:00:00 2001 From: Tom Nijhof Date: Thu, 9 Jun 2022 08:51:52 +0200 Subject: [PATCH 1/2] Change license parameter to just the name The license parameter of the setup is for the name of the license not the whole license (example: https://github.com/willu47/amply/blob/master/setup.py) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 492caf82..88201e45 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def read_md(f): 'bin/wiotp-cli' ], url='https://github.com/ibm-watson-iot/iot-python', - license=open('LICENSE').read(), + license='Eclipse Public License 1.0 (EPL-1.0)', description='Python SDK for IBM Watson IoT Platform', long_description=read_md('README.md'), install_requires=[ From 894611921c8efae52f52b8bb39016b737749baef Mon Sep 17 00:00:00 2001 From: Tom Nijhof Date: Mon, 14 Apr 2025 09:05:30 +0200 Subject: [PATCH 2/2] Update setup.py Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88201e45..9d2ace6c 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def read_md(f): 'bin/wiotp-cli' ], url='https://github.com/ibm-watson-iot/iot-python', - license='Eclipse Public License 1.0 (EPL-1.0)', + license='EPL-1.0', description='Python SDK for IBM Watson IoT Platform', long_description=read_md('README.md'), install_requires=[