You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/25 15:33:13 UTC

[GitHub] [airflow] szn commented on a change in pull request #11748: Checks if all the libraries in setup.py are listed in installation.rst file

szn commented on a change in pull request #11748:
URL: https://github.com/apache/airflow/pull/11748#discussion_r511611974



##########
File path: setup.py
##########
@@ -565,6 +565,8 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
     "apache.hive": hive,
     "apache.kylin": kylin,
     "apache.pinot": pinot,
+    "apache.presto": presto,
+    "apache.spark": spark,

Review comment:
       My intention was not to touch the setup.py file. But these changes seemed logical and safe.  Hope I am right.




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

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