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 #482

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Use SPDX license identifier #482

wants to merge 1 commit into from

Conversation

cdce8p
Copy link

@cdce8p cdce8p commented Nov 17, 2024

PEP 639 recommends the use of SPDX license identifiers.

At the moment the license key is ignored by flit, see pypa/flit#525. However, it's still possible to replace it now. Once the support in flit is added, the value will be used automatically.

At some point, the table will need be be changed to just a string for full PEP 639 compliance. That requires support for it first though. The change is also pretty simple.

-license = {text = "BSD-3-Clause"}
+license = "BSD-3-Clause"

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.

1 participant