From bc081ded9d1cc5b9cc5923ae3150d21f9ccdfbc4 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 9 Feb 2020 21:32:29 +0100 Subject: [PATCH] add host.yaml to compiled program --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb631e99..57e6f245 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def installfile(path): print('Warning,', path, 'not found') -extra_data = ["LICENSE", "data", "EnemizerCLI"] +extra_data = ["LICENSE", "data", "EnemizerCLI", "host.yaml"] for data in extra_data: installfile(Path(data))