From d2183906be2498941a9798761a89c31702190a72 Mon Sep 17 00:00:00 2001 From: cat_lin <11641624+cat-lin@user.noreply.gitee.com> Date: Wed, 27 Dec 2023 01:49:47 +0000 Subject: [PATCH] update setup.py. Signed-off-by: cat_lin <11641624+cat-lin@user.noreply.gitee.com> --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 11f6623..3c8d916 100644 --- a/setup.py +++ b/setup.py @@ -21,3 +21,5 @@ setup( install_requires=MAIN_REQUIREMENTS, classifiers=[], ) + +# test \ No newline at end of file -- Gitee