fix: update setuptools configuration to include package discovery for whisperx
This commit is contained in:
+4
-1
@@ -29,5 +29,8 @@ whisperx = "whisperx.transcribe:cli"
|
|||||||
requires = ["setuptools"]
|
requires = ["setuptools"]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = ["whisperx"]
|
|
||||||
include-package-data = true
|
include-package-data = true
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
where = ["."]
|
||||||
|
include = ["whisperx*"]
|
||||||
Reference in New Issue
Block a user