checklang/pyproject.toml
2026-01-06 14:15:41 +08:00

29 lines
618 B
TOML

[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "checklang"
version = "0.1.0"
description = "a language utils module"
authors = [{name = "Yu Moqing", email = "yumoqing@gmail.com"}]
license = {text = "MIT"}
# 已经在这里定义了依赖,不需要在后面重复
dependencies = [
"fasttext",
"ahserver",
"sqlor",
"appPublic"
]
requires-python = ">=3.8"
[tool.setuptools.packages.find]
where = ["."]
include = ["checklang*"]
[tool.setuptools]
include-package-data = true
[tool.setuptools.package-data]
checklang = ["lid.176.ftz"]