bugfix
This commit is contained in:
parent
b05da94781
commit
ccb851cc28
21
pyproject.toml
Normal file
21
pyproject.toml
Normal 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"]
|
||||
Loading…
x
Reference in New Issue
Block a user