mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-06 23:15:53 +08:00
修改包名
This commit is contained in:
parent
9fddd07afd
commit
b0e0872418
@ -1,9 +1,12 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "chatchat"
|
name = "langchain-chatchat"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["chatchat"]
|
authors = ["chatchat"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
packages = [
|
||||||
|
{include = "chatchat"}
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
chatchat = 'chatchat.startup:main'
|
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/
|
# https://python-poetry.org/docs/repositories/
|
||||||
[[tool.poetry.source]]
|
#[[tool.poetry.source]]
|
||||||
name = "tsinghua"
|
#name = "tsinghua"
|
||||||
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
#url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
||||||
priority = "default"
|
#priority = "default"
|
||||||
Loading…
x
Reference in New Issue
Block a user