You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/06/22 21:22:30 UTC

[airflow] 01/03: Remove Shell scripts under ``airflow/www`` from releases (#16588)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 67d5b7a1cbd05ac53fb75f03a9cba4a73ea4b0aa
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Jun 22 15:12:14 2021 +0100

    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
    
    (cherry picked from commit 7af18ac856b470f91e75d419f27e78bc2a0b215b)
---
 MANIFEST.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index eee29f8..9dcf610 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