1 Star 4 Fork 4

KingDix/eel-ctools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
KingDix 提交于 2024-11-06 14:50 . ctools: upgrade to v0.2.1
"""
Setup file for ctools.
Use setup.cfg to configure your project.
This file was generated with PyScaffold 4.5.
PyScaffold helps you to put up the scaffold of your new Python project.
Learn more under: https://pyscaffold.org/
"""
from setuptools import setup
import glob
if __name__ == "__main__":
try:
util_scripts = glob.glob('./utils/*.sh')
setup(# use_scm_version={"version_scheme": "no-guess-dev"},
version='0.2.1',
scripts=util_scripts)
except: # noqa
print(
"\n\nAn error occurred while building the project, "
"please ensure you have the most updated version of setuptools, "
"setuptools_scm and wheel with:\n"
" pip install -U setuptools setuptools_scm wheel\n\n"
)
raise
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kingdix10/eel-ctools.git
[email protected]:kingdix10/eel-ctools.git
kingdix10
eel-ctools
eel-ctools
main

搜索帮助