Skip to content

Commit

Permalink
Don't include provider datafiles in the apache-airflow sdist (apache#…
Browse files Browse the repository at this point in the history
…12196)

We shouldn't include these in the main sdist now we've split providers
to separate distributions.
  • Loading branch information
ashb authored Nov 9, 2020
1 parent 61feb6e commit ea1cc0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,5 @@ global-exclude __pycache__ *.pyc
include airflow/alembic.ini
include airflow/api_connexion/openapi/v1.yaml
include airflow/git_version
include airflow/providers/amazon/aws/hooks/batch_waiters.json
include airflow/providers/cncf/kubernetes/example_dags/example_spark_kubernetes_operator_spark_pi.yaml
include airflow/providers/google/cloud/example_dags/example_bigquery_query.sql
include airflow/providers/google/cloud/example_dags/example_cloud_build.yaml
include airflow/providers/google/cloud/example_dags/example_spanner.sql
include airflow/serialization/schema.json
include airflow/utils/python_virtualenv_script.jinja2

0 comments on commit ea1cc0f

Please sign in to comment.