refactor: update CLI entry point

This commit is contained in:
Barabazs
2025-05-01 14:19:42 +02:00
parent d2a493e910
commit 7d36b832f9
3 changed files with 94 additions and 85 deletions

View File

@ -23,7 +23,7 @@ dependencies = [
[project.scripts]
whisperx = "whisperx.transcribe:cli"
whisperx = "whisperx.__main__:cli"
[build-system]
requires = ["setuptools"]