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",