potiuk commented on issue #22248:
URL: https://github.com/apache/airflow/issues/22248#issuecomment-1099074599
Ah... But we have ANOTHER way.. I think we can do it without introducing 3)
- because it is there already!
I realized that we already use the standard metadata in Airflow ... And we
could just use it immediately (all past packages have it for a long time:
```
project_urls=
Documentation=https://airflow.apache.org/docs/{{ PACKAGE_PIP_NAME
}}/{{RELEASE}}/
```
So slightly modifying your proposal @uranusjr:
```
info_url = package_metadata["Project-URL"]["Documentation"]
```
I can even get it in 2.3.0 and it will be fully compatible with released
packages :)
--
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]