From c3117328f22de7cc05399b097a8a7119213d2a7c Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Tue, 22 Jun 2021 15:12:14 +0100 Subject: [PATCH] Remove Shell scripts under ``airflow/www`` from releases (#16588) We don't need the following files: - `airflow/www/compile_assets.sh` - `airflow/www/ask_for_recompile_assets_if_needed.sh` So we exclude them from sdist and wheel --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index eee29f856314f..9dcf6108bfcb6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -30,6 +30,7 @@ graft airflow/config_templates recursive-exclude airflow/www/node_modules * global-exclude __pycache__ *.pyc exclude airflow/www/yarn.lock +exclude airflow/www/*.sh include airflow/alembic.ini include airflow/api_connexion/openapi/v1.yaml include airflow/git_version