potiuk commented on a change in pull request #7391: [AIRFLOW-6663] Prepare
backporting packages
URL: https://github.com/apache/airflow/pull/7391#discussion_r376827598
##########
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:
Not really - I added it as tests and reverted it at the end. Those
exclusions and inclusions are added in MANIFEST.in
----------------------------------------------------------------
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