1 Star 0 Fork 34

幽烛 / xeHentai

forked from fffonion / xeHentai
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
py2exe_build.py 928 Bytes
一键复制 编辑 原始数据 按行查看 历史
fffonion 提交于 2013-08-21 08:39 . 1.546 优化线程调度
#coding:utf-8
from distutils.core import setup
import py2exe
import sys
#this allows to run it with a simple double click.
sys.argv.append('py2exe')
sys.path.append('dependency')
py2exe_options = {
"includes": ["HatH","httplib2plus","convHans"],
"excludes":['_gtkagg', '_tkagg', 'bsddb', 'curses', 'pywin.debugger','pywin.debugger.dbgcon', 'pywin.dialogs','tcl','Tkconstants', 'Tkinter','doctest','pdb','unittest','difflib','inspect','optparse', 'pickle','_ssl'],
"dll_excludes": ["MSVCP90.dll","msvcr71.dll"],
"compressed": 1,
"optimize": 2,
"ascii": 0,
"bundle_files": 1,
"dist_dir":'release'
}
setup(
name = 'xeHentai',
#version = '1.5.4.5',
#description='ʿ',
#author='fffonion',
console = [{"script":'xeHentai.py',"icon_resources":[(1, "icon3.ico")]}],
zipfile = None,
options = {'py2exe': py2exe_options}
)
1
https://gitee.com/liangzhiqian310/xehentai.git
git@gitee.com:liangzhiqian310/xehentai.git
liangzhiqian310
xehentai
xeHentai
master

搜索帮助