# -*- coding: utf-8 -*-fromdistutils.coreimportsetupimportpy2exeimportsysimportmain_window_re# this allows to run it with a simple double click.sys.argv.append('py2exe')py2exe_options={"includes":["sip"],"dll_excludes":["MSVCP90.dll",],"compressed":1,"optimize":2,"ascii":0,"bundle_files":1,}setup(name='Reliability_test',version=main_window_re.VERSION_NAME,windows=['main_window_re.py',],zipfile=None,options={'py2exe':py2exe_options})
-p DIR, --paths DIR A path to search for imports (like using PYTHONPATH).
Multiple paths are allowed, separated by ';', or use
this option multiple times