diff --git a/pyproject.toml b/pyproject.toml index 9249fd9..4b6c236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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*"] \ No newline at end of file