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:
I have not finished yet, but yes - 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:
[email protected]
With regards,
Apache Git Services