This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 72b644b Add missing template in pip package -
python_virtualenv_script.jinja2 (#11677)
72b644b is described below
commit 72b644b89941878eaa8284dacb62744a087e826d
Author: Kamil BreguĊa <[email protected]>
AuthorDate: Tue Oct 20 14:01:05 2020 +0200
Add missing template in pip package - python_virtualenv_script.jinja2
(#11677)
---
MANIFEST.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/MANIFEST.in b/MANIFEST.in
index e4c318c..63af59b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -34,3 +34,4 @@ recursive-exclude airflow/www/node_modules *
global-exclude __pycache__ *.pyc
include
airflow/providers/cncf/kubernetes/example_dags/example_spark_kubernetes_operator_spark_pi.yaml
include airflow/api_connexion/openapi/v1.yaml
+include airflow/utils/python_virtualenv_script.jinja2