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

Use SPDX license identifier #1484

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Use SPDX license identifier #1484

merged 1 commit into from
Jan 9, 2025

Conversation

cdce8p
Copy link
Contributor

@cdce8p cdce8p commented Nov 17, 2024

Description

Use the SPDX license identifier as recommended by PEP 639.
https://spdx.org/licenses/BSD-3-Clause.html

@@ -7,7 +7,7 @@ description = "Python bindings for the Plex API."
readme = "README.rst"
requires-python = ">=3.9"
keywords = ["plex", "api"]
license = {file = "LICENSE.txt"}
license = {text = "BSD-3-Clause"}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this just be

Suggested change
license = {text = "BSD-3-Clause"}
license = "BSD-3-Clause"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's not yet supported by setuptools unfortunately. Using the legacy license.text is the next best thing for the time being.

There is a open PR in setuptools to add full support for it. That one depends on some other (unrelated) work though, so it's still some time until it's added.

@JonnyWong16 JonnyWong16 merged commit c7529a2 into pushingkarmaorg:master Jan 9, 2025
4 of 5 checks passed
@cdce8p cdce8p mentioned this pull request Apr 12, 2025
9 tasks
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