[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"]