mik-laj commented on a change in pull request #7391: [AIRFLOW-6663] Prepare
backporting packages
URL: https://github.com/apache/airflow/pull/7391#discussion_r376826927
##########
File path: setup.py
##########
@@ -436,7 +439,7 @@ def do_setup():
long_description_content_type='text/markdown',
license='Apache License 2.0',
version=version,
- packages=find_packages(exclude=['tests*']),
+ packages=find_packages(exclude=['tests*',
'airflow/www/node_modules/*']),
Review comment:
Should we also doc artifacts?
----------------------------------------------------------------
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