potiuk commented on code in PR #33637: URL: https://github.com/apache/airflow/pull/33637#discussion_r1309882203
########## setup.cfg: ########## @@ -22,7 +22,7 @@ author = Apache Software Foundation author_email = [email protected] url = https://airflow.apache.org/ version = attr: airflow.__version__ -long_description = file: README.md +long_description = file: generated/PYPI_README.md Review Comment: Yes. And "both" to generate both packages and you can also check if it is in METADATA of teh .whl package ########## setup.cfg: ########## @@ -22,7 +22,7 @@ author = Apache Software Foundation author_email = [email protected] url = https://airflow.apache.org/ version = attr: airflow.__version__ -long_description = file: README.md +long_description = file: generated/PYPI_README.md Review Comment: Yes. And "both" to generate both packages and you can also check if it is in METADATA of the .whl package -- 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]
