未验证 提交 91ff2071 编写于 作者: T tianshuo78520a 提交者: GitHub

fix-gpups setup.py (#48888)

* fix-gpups

* test=document_fix
上级 9c395d38
......@@ -24,6 +24,7 @@ if [ -z ${BRANCH} ]; then
BRANCH="develop"
fi
function print_usage() {
echo -e "\n${RED}Usage${NONE}:
${BOLD}${SCRIPT_NAME}${NONE} [OPTION]"
......
......@@ -30,6 +30,7 @@ from setuptools import Command, Extension, setup
from setuptools.command.egg_info import egg_info
from setuptools.command.install import install as InstallCommandBase
from setuptools.command.install_lib import install_lib
from setuptools.dist import Distribution
if sys.version_info < (3, 7):
raise RuntimeError(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册