Skip to content

Commit

Permalink
Remove Shell scripts under airflow/www from releases (#16588)
Browse files Browse the repository at this point in the history
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 7af18ac)
  • Loading branch information
kaxil authored and ashb committed Jun 22, 2021
1 parent e5efd1c commit 67d5b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -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
Expand Down

0 comments on commit 67d5b7a

Please sign in to comment.