From 433ac294834e4b7700a3b1132b51778eee56d25e Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 22 Feb 2020 20:04:22 +0100 Subject: [PATCH] include meta.yaml in compiled client --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd6ca17d..05495896 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def installfile(path): print('Warning,', path, 'not found') -extra_data = ["LICENSE", "data", "EnemizerCLI", "host.yaml", "QUsb2Snes"] +extra_data = ["LICENSE", "data", "EnemizerCLI", "host.yaml", "QUsb2Snes", "meta.yaml"] for data in extra_data: installfile(Path(data))