Opened 9 hours ago
Last modified 6 hours ago
#35961 assigned Cleanup/optimization
Support PEP639-style license indicator in pyproject.yaml
Reported by: | Michiel Beijen | Owned by: | |
---|---|---|---|
Component: | Packaging | Version: | 5.1 |
Severity: | Normal | Keywords: | packaging |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Attachments (1)
Change History (4)
by , 9 hours ago
Attachment: | 0001-Implement-PEP-639-licence-tags-in-pyproject.toml.patch added |
---|
comment:1 by , 9 hours ago
Description: | modified (diff) |
---|
comment:2 by , 9 hours ago
Description: | modified (diff) |
---|
comment:3 by , 6 hours ago
Has patch: | unset |
---|---|
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
I'm accepting as the project is currently using
License
and this is now deprecatedHowever, I think the proposal here needs to be refined as the attached patch uses
License
and this is deprecated in favour ofLicense-Expression
.