bugfix
This commit is contained in:
parent
431ac76a31
commit
77c2971b2c
@ -8,7 +8,14 @@ version = "0.1.0"
|
|||||||
description = "a language utils module"
|
description = "a language utils module"
|
||||||
authors = [{name = "Yu Moqing", email = "yumoqing@gmail.com"}]
|
authors = [{name = "Yu Moqing", email = "yumoqing@gmail.com"}]
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
dependencies = ["fasttext", "ahserver", "sqlor", "appPublic"]
|
# 已经在这里定义了依赖,不需要在后面重复
|
||||||
|
dependencies = [
|
||||||
|
"fasttext",
|
||||||
|
"ahserver",
|
||||||
|
"sqlor",
|
||||||
|
"appPublic"
|
||||||
|
]
|
||||||
|
requires-python = ">=3.8"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."]
|
where = ["."]
|
||||||
@ -19,11 +26,3 @@ include-package-data = true
|
|||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
checklang = ["lid.176.ftz"]
|
checklang = ["lid.176.ftz"]
|
||||||
|
|
||||||
[options]
|
|
||||||
requires_python = ">=3.8"
|
|
||||||
install_requires =
|
|
||||||
fasttext
|
|
||||||
apppublic
|
|
||||||
sqlor
|
|
||||||
ahserver
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user