PyO3 / pyproject-toml-rs

pyproject.toml parser in Rust
MIT License
19 stars 8 forks source link

Update to latest PEP 639 draft #12

Closed konstin closed 1 year ago

konstin commented 1 year ago

Update to latest PEP 639 draft. The license key is now an enum that can either be an SPDX identifier or the previous table form, which accepting PEP 639 would deprecate. The previous implementation of a project.license-expression key in pyproject.toml has been removed.