build: fix a couple pieces of base pyproject
Metadata
Current evaluation
Merged after passing CI and approvals. Updated pyproject.toml to replace the deprecated license classifier with an SPDX identifier, switched the dynamic README reference from rST to markdown, and cleaned up whitespace.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the guidelines for contributing?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint && make test`?
---
Fixes a couple of pieces of the pyproject that got out of date
- specifying the license in the classifiers field is deprecated, and should instead be an SPDX specifier in the `project.license` field
- adjusted the dynamic README field to reference a markdown instead of a rST file after #365
- cleaning up some whitespace
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after passing CI and approvals. Updated pyproject.toml to replace the deprecated license classifier with an SPDX identifier, switched the dynamic README reference from rST to markdown, and cleaned up whitespace. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged pyproject.toml updates: replaced deprecated license classifier with SPDX identifier, switched dynamic README reference from rST to markdown, and cleaned whitespace. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #215 fix: use correct README in pyproject.toml | craft-store | merged | Merged a one-line fix to pyproject.toml that corrects the README reference, resolving issue #214. Approved by two reviewers and passed CI checks. | |
| #902 build: migrate to pyproject.toml | craft-parts | merged | Merged after three approvals and passing CI. Replaced setup.py and setup.cfg with pyproject.toml to modernize the build system. Includes rebasing, a bumpversion update, and supports the transition to starflow workflows. | |
| #2557 fix(templates): improve explanation of how to manage library dependencies | charmcraft | merged | Merged improvements to pyproject.toml dependency management documentation for kubernetes and machine profiles. Updates align with the new recommendation to distribute libraries as Python packages. Approved by two reviewers and passed CI checks. | |
| #1455 build: replace setup.py with pyproject.toml | charmcraft | merged | Merged the build configuration update replacing setup.py with pyproject.toml. Approved by two reviewers, the change modified six files with a net reduction of 21 lines, modernizing the project build system. |