You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "uranusjr (via GitHub)" <gi...@apache.org> on 2023/08/30 08:19:58 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #33637: Use a trimmed version of README.md for PyPI

uranusjr commented on code in PR #33637:
URL: https://github.com/apache/airflow/pull/33637#discussion_r1309878809


##########
setup.cfg:
##########
@@ -22,7 +22,7 @@ author = Apache Software Foundation
 author_email = dev@airflow.apache.org
 url = https://airflow.apache.org/
 version = attr: airflow.__version__
-long_description = file: README.md
+long_description = file: generated/PYPI_README.md

Review Comment:
   You can build the package with `breeze release-management prepare-airflow-package --package-format sdist` and extract it to check if it’s in the package.



##########
setup.cfg:
##########
@@ -22,7 +22,7 @@ author = Apache Software Foundation
 author_email = dev@airflow.apache.org
 url = https://airflow.apache.org/
 version = attr: airflow.__version__
-long_description = file: README.md
+long_description = file: generated/PYPI_README.md

Review Comment:
   You can build the package with `breeze release-management prepare-airflow-package --package-format sdist` and extract it to check if it’s in the 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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org