From 8f70db1ff868c96f949f8360efc9a3a468393797 Mon Sep 17 00:00:00 2001 From: chenxunhai <xunhai.chen@lucahealthcare.cn> Date: Wed, 16 Oct 2024 17:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71596e6..189be77 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ 灏嗕唬鐮佸姞鍏ュ埌 requirements.txt ``` -git+http://git.lucahealthcare.cn/basic-packages/luca-algorithm-common.git@main#egg=luca-algorithm-common +git+https://git.lucahealthcare.cn/luca-open-source/luca-algorithm-common.git@main#egg=luca-algorithm-common ``` diff --git a/setup.py b/setup.py index 986be53..46bcca8 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,5 @@ setup( description='鎻愪緵luca绠楁硶寮€鍙戠殑涓€浜涘熀鏈畾涔�', author='chenxunhai', author_email='xunhai.chen@lucahealthcare.cn', - url='http://git.lucahealthcare.cn/basic-packages/luca-algorithm-common', + url='http://git.lucahealthcare.cn/luca-open-source/luca-algorithm-common', ) -- GitLab