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/01/28 20:42:37 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #7279: [AIRFLOW-6664] Remove empty __init__.py

potiuk commented on a change in pull request #7279: [AIRFLOW-6664] Remove empty __init__.py
URL: https://github.com/apache/airflow/pull/7279#discussion_r372044533
 
 

 ##########
 File path: setup.py
 ##########
 @@ -435,7 +435,7 @@ def do_setup():
         long_description_content_type='text/markdown',
         license='Apache License 2.0',
         version=version,
-        packages=find_packages(exclude=['tests*']),
+        packages=find_namespace_packages(exclude=['tests*']),
 
 Review comment:
   Havn't finished yet, but yest - that's the way to find packages when doing "pip install". We are using Native namespace packages as described here: https://packaging.python.org/guides/packaging-namespace-packages/#native-namespace-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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services