Skip to content

Resolve "Package uses deprecated license specifications and is not SPDX-compliant" - #1531

Merged
alex merged 1 commit into
pyca:mainfrom
btschwertfeger:main
Aug 27, 2026
Merged

Resolve "Package uses deprecated license specifications and is not SPDX-compliant"#1531
alex merged 1 commit into
pyca:mainfrom
btschwertfeger:main

Conversation

@btschwertfeger

Copy link
Copy Markdown
Contributor

This PR changes the license string to be SPDX-compliant and removes the deprecated license classifier as outlined in the linked issue.

Testing done:

uv build .
❯ unzip -qo dist/pyopenssl-26.4.0-py3-none-any.whl
❯ grep License pyopenssl-26.4.0.dist-info/METADATA
License: Apache-2.0
License-File: LICENSE

Closes #1530

@alex
alex merged commit 9c4d336 into pyca:main Aug 27, 2026
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Package uses deprecated license specifications and is not SPDX-compliant

2 participants