Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change license parameter to just the name #209

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wagenrace
Copy link

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)

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)
@@ -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)',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
license='Eclipse Public License 1.0 (EPL-1.0)',
license='EPL-1.0',

Might be even better to just use the SPDX license identifier directly.
https://spdx.org/licenses/EPL-1.0.html

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For sure, didn't know about this yet 3 years ago

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants