setup.py

来自「SeesInfo application for Symbian」· Python 代码 · 共 12 行

PY
12
字号
from distutils.core import setup
import py2exe

setup(
    # The first three parameters are not required, if at least a
    # 'version' is given, then a versioninfo resource is built from
    # them and added to the executables.

    # targets to build
    console = ["sisinfo.py"],
    )

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?