changes to daemon setup.py to support including gui data files

This commit is contained in:
Blake Harnden 2019-12-19 21:29:10 -08:00
parent a7e243ae53
commit 9dd42e0359
2 changed files with 2 additions and 0 deletions

1
daemon/MANIFEST.in Normal file
View file

@ -0,0 +1 @@
graft core/gui/data

View file

@ -48,6 +48,7 @@ setup(
], ],
data_files=data_files, data_files=data_files,
scripts=glob.glob("scripts/*"), scripts=glob.glob("scripts/*"),
include_package_data=True,
description="Python components of CORE", description="Python components of CORE",
url="https://github.com/coreemu/core", url="https://github.com/coreemu/core",
author="Boeing Research & Technology", author="Boeing Research & Technology",