mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
fix: update setuptools configuration to include package discovery for whisperx
This commit is contained in:
@ -29,5 +29,8 @@ whisperx = "whisperx.transcribe:cli"
|
||||
requires = ["setuptools"]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["whisperx"]
|
||||
include-package-data = true
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["whisperx*"]
|
Reference in New Issue
Block a user