diff options
author | emkael <emkael@tlen.pl> | 2015-10-26 16:05:01 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-10-26 16:05:01 +0100 |
commit | 2884d5270fa258ac2f9bd988cba2a75dd2eeed04 (patch) | |
tree | 95026742b5635a18806d0de8d257b615ebea26fc /bidding_data_gui.spec | |
parent | 770aaa789cdffb37962078cf9c698991b6aa26fb (diff) |
* metadata for GUI builds
Diffstat (limited to 'bidding_data_gui.spec')
-rw-r--r-- | bidding_data_gui.spec | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bidding_data_gui.spec b/bidding_data_gui.spec new file mode 100644 index 0000000..cbacb94 --- /dev/null +++ b/bidding_data_gui.spec @@ -0,0 +1,17 @@ +import os +a = Analysis(['src\\bidding_data_gui.py'], + pathex=[os.path.abspath('.')], + hiddenimports=[], + hookspath=None, + runtime_hooks=None) +pyz = PYZ(a.pure) +exe = EXE(pyz, + a.scripts, + a.binaries, + a.zipfiles, + a.datas, + name='bidding_data.exe', + debug=False, + strip=None, + upx=True, + console=False , version='src\\version', icon='src\\icon.ico') |