From 9dd42e03594a2a0eb3f17c1799c26390343e92b1 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Thu, 19 Dec 2019 21:29:10 -0800 Subject: [PATCH] changes to daemon setup.py to support including gui data files --- daemon/MANIFEST.in | 1 + daemon/setup.py.in | 1 + 2 files changed, 2 insertions(+) create mode 100644 daemon/MANIFEST.in diff --git a/daemon/MANIFEST.in b/daemon/MANIFEST.in new file mode 100644 index 00000000..40dbefc8 --- /dev/null +++ b/daemon/MANIFEST.in @@ -0,0 +1 @@ +graft core/gui/data diff --git a/daemon/setup.py.in b/daemon/setup.py.in index 5f3ca41d..e0faf01d 100644 --- a/daemon/setup.py.in +++ b/daemon/setup.py.in @@ -48,6 +48,7 @@ setup( ], data_files=data_files, scripts=glob.glob("scripts/*"), + include_package_data=True, description="Python components of CORE", url="https://github.com/coreemu/core", author="Boeing Research & Technology",