potiuk commented on code in PR #58138:
URL: https://github.com/apache/airflow/pull/58138#discussion_r2510872651


##########
airflow-core/pyproject.toml:
##########
@@ -34,7 +34,9 @@ build-backend = "hatchling.build"
 name = "apache-airflow-core"
 description = "Core packages for Apache Airflow, schedule and API server"
 readme = { file = "README.md", content-type = "text/markdown" }
-license-files.globs = ["LICENSE", "3rd-party-licenses/*.txt", "NOTICE"]
+license-expression = "Apache-2.0"
+license = "Apache-2.0"

Review Comment:
   Yeah all good also with hatch after removing it:
   
   ```
   Metadata-Version: 2.4
   Name: apache-airflow-core
   Version: 3.2.0
   Summary: Core packages for Apache Airflow, schedule and API server
   Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
   Project-URL: Documentation, https://airflow.apache.org/docs/
   Project-URL: Downloads, https://archive.apache.org/dist/airflow/
   Project-URL: Homepage, https://airflow.apache.org/
   Project-URL: Release Notes, 
https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html
   Project-URL: Slack Chat, https://s.apache.org/airflow-slack
   Project-URL: Source Code, https://github.com/apache/airflow
   Project-URL: LinkedIn, https://www.linkedin.com/company/apache-airflow/
   Project-URL: Mastodon, https://fosstodon.org/@airflow
   Project-URL: Bluesky, https://bsky.app/profile/apache-airflow.bsky.social
   Project-URL: YouTube, 
https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
   Author-email: Apache Software Foundation <[email protected]>
   Maintainer-email: Apache Software Foundation <[email protected]>
   License-Expression: Apache-2.0
   License-File: LICENSE
   License-File: NOTICE
   ```



-- 
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]

Reply via email to