Update license field to use proper SPDX identifier#1395
Update license field to use proper SPDX identifier#1395leifdreizler wants to merge 2 commits intopallets-eco:mainfrom leifdreizler:fix-spdx-license
Conversation
This changes the license field to be a valid [SPDX identifier](https://spdx.org/licenses) aligning with [PEP 639](https://peps.python.org/pep-0639/#project-source-metadata). This populates the `license_expression` field in the PyPI API and is used by downstream tools including deps.dev This PR was generated by Claude after reviewing the license and manifest files in your repository, but opened and reviewed by me. Please let me know if the analysis is incorrect and thanks for being an OSS maintainer.
This is a profoundly wasteful way to generate a rote 2 line change. It likely took longer to send the data to Claude and wait for it to process, and then open the PR and write that you used Claude, than it would have been to just make the change by hand. This is not the type of change we really need help from a contributor with. If you look at the recent changes in Pallets, you can see that we've been updating these as we work on projects naturally. Please do not make automated changes like this to other Pallets or Pallets-Eco projects, or other projects unless you are the maintainer of those projects. |
|
Hey David, I was simply trying to make a small improvement to open source metadata quality and wanted to be transparent about the analysis. I won't make PRs to other related projects. Thank you for maintaining these projects, I apologize for wasting your time. |
This changes the license field to be a valid SPDX identifier aligning with PEP 639. This populates the
license_expressionfield in the PyPI API and is used by downstream tools including deps.devThis PR was generated by Claude after reviewing the license and manifest files in your repository, but opened and reviewed by me. Please let me know if the analysis is incorrect and thanks for being an OSS maintainer.