From 1c3fb72ac83e96e765a65186bb5e371dd1e5ebcb Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 1 Sep 2015 20:53:02 +0200 Subject: * build tools and environment --- bidding_data.spec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bidding_data.spec (limited to 'bidding_data.spec') diff --git a/bidding_data.spec b/bidding_data.spec new file mode 100644 index 0000000..6fb6c0b --- /dev/null +++ b/bidding_data.spec @@ -0,0 +1,17 @@ +import os +a = Analysis(['src\\bidding_data.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=True , version='src\\version', icon='src\\icon.ico') -- cgit v1.2.3