Added spec file
This commit is contained in:
parent
f4df173a8f
commit
53129c003f
22
AttributionReport.spec
Normal file
22
AttributionReport.spec
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# -*- mode: python -*-
|
||||||
|
a = Analysis(['main.py'],
|
||||||
|
pathex=['C:\\Users\\tsouza\\PycharmProjects\\attribution_report'],
|
||||||
|
hiddenimports=[],
|
||||||
|
hookspath=None,
|
||||||
|
runtime_hooks=None)
|
||||||
|
pyz = PYZ(a.pure)
|
||||||
|
exe = EXE(pyz,
|
||||||
|
a.scripts,
|
||||||
|
exclude_binaries=True,
|
||||||
|
name='AttributionReport.exe',
|
||||||
|
debug=False,
|
||||||
|
strip=None,
|
||||||
|
upx=True,
|
||||||
|
console=True )
|
||||||
|
coll = COLLECT(exe,
|
||||||
|
a.binaries,
|
||||||
|
a.zipfiles,
|
||||||
|
a.datas,
|
||||||
|
strip=None,
|
||||||
|
upx=True,
|
||||||
|
name='AttributionReport')
|
Loading…
Reference in New Issue
Block a user