potiuk commented on PR #53828: URL: https://github.com/apache/airflow/pull/53828#issuecomment-3136770513
You are right we only have licence trove classifier, but I think if we want to change things - we should do it well: The `license` metada keyword is deprecated: https://packaging.python.org/en/latest/specifications/core-metadata/#license And we should use `license_expression" instead. Ideally we should also add it in all the other pyproject.toml files. Ideally we could add license-files as well to specify the full text of the license. This however should be done separately (if at all) for providers because we don't want to import it from the main airflow repo, we would have to copy licence.txt to each of the provider directories (which could be done with pre-commit. -- 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]
