leifdreizler commented on PR #53828: URL: https://github.com/apache/airflow/pull/53828#issuecomment-3133149278
It will populate the `license_expression` field in the PyPI API [apache-airflow](https://pypi.org/pypi/apache-airflow/json) - `"license_expression": null` [flask](https://pypi.org/pypi/flask/json) - `"license_expression": "BSD-3-Clause"` - here is the [corresponding line in flask's pyproject.toml](https://github.com/pallets/flask/blob/main/pyproject.toml#L6) This will populate the license information on deps.dev: - [flask](https://deps.dev/pypi/flask) shows BSD-3-Clause - [apache-airflow](https://deps.dev/pypi/apache-airflow) shows unknown [PEP-639 has additional context and info](https://peps.python.org/pep-0639/#project-source-metadata) in that is helpful. Appreciate you taking the time to consider my PR! -- 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]
