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

Output license.text to license field if supplied in metadata #537

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

Conversation

ccorbacho
Copy link

Until PEP 639 is finalized, many projects rely on the output of License
in PKG-INFO being an SPDX string, if it is using a standard license,
and third party tooling can process that.

Rather than silently ignoring license.text, use that to populate the
License field if it is provided, and leave it to downstream packages as
to whether they are supplying license.file or license.text

Until PEP 639 is finalized, many projects rely on the output of License
in PKG-INFO being an SPDX string, if it is using a standard license,
and third party tooling can process that.

Rather than silently ignoring license.text, use that to populate the
License field if it is provided, and leave it to downstream packages as
to whether they are supplying license.file or license.text
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