This commit is contained in:
yumoqing 2025-11-05 15:10:47 +08:00
parent b05da94781
commit ccb851cc28

21
pyproject.toml Normal file
View File

@ -0,0 +1,21 @@
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "fw"
version = "0.1.0"
description = "a fast-whisper wrapper using longtasks module"
authors = [{name = "Yu Moqing", email = "yumoqing@gmail.com"}]
license = {text = "MIT"}
dependencies = ["ahserver", "sqlor", "appPublic", "aioredis" ]
[tool.setuptools.packages.find]
where = ["."]
include = ["fw"]
# [tool.setuptools]
#include-package-data = true
#[tool.setuptools.package-data]
#checklang = ["lid.176.ftz"]