From b586bd6123ff43b0e1a885489f06dc965d22e705 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin Date: Mon, 20 Mar 2017 23:48:08 -0400 Subject: [PATCH] [AIRFLOW-1006] Add config_templates to MANIFEST Without this line, the config templates are not included when Airflow is installed Closes #2173 from jlowin/speedup-2 --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 717b0779a60cf..69ccafec80113 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -21,4 +21,4 @@ graft airflow/www/static include airflow/alembic.ini graft scripts/systemd graft scripts/upstart - +graft airflow/config_templates