Skip to content

Commit eea4452

Browse files
committed
add MANIFEST.in file and change build.spec
1 parent c3550cd commit eea4452

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE
2+
include LICENSES/*

build.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
block_cipher = None
44

55

6-
a = Analysis(['unified_script\\dependency_unified.py'],
7-
pathex=['C:\\Users\\dd-jy\\pythonProject\\fosslight_dependency'],
8-
binaries=[],
6+
a = Analysis(['dependency_unified.py'],
7+
pathex=['C:\\Users\\dd-jy\\pythonProject\\fosslight_dependency\\unified_script'],
8+
binaries=[('third_party\\askalono\\askalono.exe', 'third_party\\askalono')],
99
datas=[],
1010
hiddenimports=[],
1111
hookspath=[],

0 commit comments

Comments
 (0)