1 Star 0 Fork 9

castiellian/ProperTree-CN

forked from btwise/ProperTree-CN 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
setup.py 419 Bytes
Copy Edit Raw Blame History
btwise authored 2021-10-05 14:01 . update
"""
This is a setup.py script generated by py2applet
Usage:
python setup.py py2app
"""
from setuptools import setup
APP = ['ProperTree.py']
DATA_FILES = ['Scripts/*.*']
OPTIONS = {'argv_emulation': True,
'iconfile':'Scripts/shortcut.icns',
'packages': ['Scripts']
}
setup(
app=APP,
data_files=DATA_FILES,
options={'py2app': OPTIONS},
setup_requires=['py2app'],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/castiellian/ProperTree-CN.git
git@gitee.com:castiellian/ProperTree-CN.git
castiellian
ProperTree-CN
ProperTree-CN
master

Search

D67c1975 1850385 1daf7b77 1850385