leifdreizler commented on PR #53828: URL: https://github.com/apache/airflow/pull/53828#issuecomment-3136867367
My understanding of [this section of PEP-639](https://peps.python.org/pep-0639/#add-string-value-to-license-key) was the following project metadata was correct, and that this would be mapped to the `License-Expression` field of the core metadata ```toml [project] license = "Apache-2.0" ``` if you wanted to also specify a license file: ```toml [project] license = "Apache-2.0" license-files = ["LICENSE"] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
