From b0e0872418bfc7e1b40ad3c8d02025867ab934cc Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Mon, 6 May 2024 13:56:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chatchat-server/pyproject.toml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/chatchat-server/pyproject.toml b/chatchat-server/pyproject.toml index bf2e2aba..a58694ab 100644 --- a/chatchat-server/pyproject.toml +++ b/chatchat-server/pyproject.toml @@ -1,9 +1,12 @@ [tool.poetry] -name = "chatchat" +name = "langchain-chatchat" version = "0.3.0" description = "" authors = ["chatchat"] readme = "README.md" +packages = [ + {include = "chatchat"} +] [tool.poetry.scripts] chatchat = 'chatchat.startup:main' @@ -241,7 +244,7 @@ ignore-words-list = 'momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy # https://python-poetry.org/docs/repositories/ -[[tool.poetry.source]] -name = "tsinghua" -url = "https://pypi.tuna.tsinghua.edu.cn/simple/" -priority = "default" \ No newline at end of file +#[[tool.poetry.source]] +#name = "tsinghua" +#url = "https://pypi.tuna.tsinghua.edu.cn/simple/" +#priority = "default" \ No newline at end of file