加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bindepend.py 705 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python
#-----------------------------------------------------------------------------
# Copyright (c) 2013-2020, PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License (version 2
# or later) with exception for distributing the bootloader.
#
# The full license is in the file COPYING.txt, distributed with this software.
#
# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception)
#-----------------------------------------------------------------------------
# This utility is primary meant to be used when PyInstaller is not
# installed, eg. when be run by a git checkout.
from PyInstaller.utils.cliutils.bindepend import run
run()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化