Repository: incubator-airflow Updated Branches: refs/heads/master 8de850162 -> b586bd612
[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 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/b586bd61 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/b586bd61 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/b586bd61 Branch: refs/heads/master Commit: b586bd6123ff43b0e1a885489f06dc965d22e705 Parents: 8de8501 Author: Jeremiah Lowin <[email protected]> Authored: Mon Mar 20 23:48:08 2017 -0400 Committer: Jeremiah Lowin <[email protected]> Committed: Mon Mar 20 23:48:08 2017 -0400 ---------------------------------------------------------------------- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/b586bd61/MANIFEST.in ---------------------------------------------------------------------- diff --git a/MANIFEST.in b/MANIFEST.in index 717b077..69ccafe 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
