changes to daemon setup.py to support including gui data files
This commit is contained in:
parent
a7e243ae53
commit
9dd42e0359
2 changed files with 2 additions and 0 deletions
1
daemon/MANIFEST.in
Normal file
1
daemon/MANIFEST.in
Normal file
|
@ -0,0 +1 @@
|
||||||
|
graft core/gui/data
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue