potiuk commented on a change in pull request #4932: [AIRFLOW-3611] Simplified 
development workflow
URL: https://github.com/apache/airflow/pull/4932#discussion_r266635037
 
 

 ##########
 File path: setup.py
 ##########
 @@ -35,31 +34,34 @@
 
 PY3 = sys.version_info[0] == 3
 
-with io.open('README.md', encoding='utf-8') as f:
-    long_description = f.read()
+try:
+    FileNotFoundError
 
 Review comment:
   Good point. Will fix.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to