30 lines
605 B
TOML
30 lines
605 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"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["checklang*"]
|
|
|
|
[tool.setuptools]
|
|
include-package-data = true
|
|
|
|
[tool.setuptools.package-data]
|
|
checklang = ["lid.176.ftz"]
|
|
|
|
[options]
|
|
requires_python = ">=3.8"
|
|
install_requires =
|
|
fasttext
|
|
apppublic
|
|
sqlor
|
|
ahserver
|