1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/kzeng-thrmp

Клонировать/Скачать
setup.py 577
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
kzeng Отправлено 04.09.2021 11:40 7cad0d9
# 独立运行打包程序
# python setup.py build
# python setup.py bdist_msi
# kzeng, 2021-09-02
from cx_Freeze import setup, Executable
# import configparser
build_exe_options = {
"include_files": ["Config.ini", "router", "static", "templates"],
"packages" : ["jinja2", "openpyxl", "flask"]
}
setup(
name="thrmp",
version="1.0",
description="Temperature and Humidity Recorder Management Platform",
author="xds",
options = {"build_exe": build_exe_options},
executables=[Executable(script="run.py", icon=".\\static\\assets\\favicon.ico")]
)

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/kzeng-thrmp.git
git@api.gitlife.ru:oschina-mirror/kzeng-thrmp.git
oschina-mirror
kzeng-thrmp
kzeng-thrmp
master