Fix license in pyproject.toml#131
Conversation
This change makes pyproject.toml compliant to PEP-612 w.r.t. license specification.
|
The current specification for python package information that specifies what goes into a pyproject.toml file can be found in pyproject.toml specification The proposed changes use a construct marked as legacy. |
|
You're right. The number should have been PEP-621 and has indeed been superseded. Discussion to be held about which PEP this repository still has to support. |
|
@mjdemilliano do you need support for the legacy version? The current code seems to reflect the standard and I'm not sure there's an easy way to support both. |
|
I currently still need it but doesn't have to be upstream, so if you are ok with not supporting the legacy version then let's not change it back. |
This change makes pyproject.toml compliant to PEP-621 w.r.t. license specification.
Update: changed to correct reference.