diff --git a/pyproject.toml b/pyproject.toml index 6cfd252..e399064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ build-backend = "pdm.backend" [project.scripts] insanely-fast-whisper = "insanely_fast_whisper.cli:main" - +insanely-fast-whisper-convert = "insanely_fast_whisper.utils.convert_output:main" [project.urls] # Name based Homepage = "https://github.com/Vaibhavs10/insanely-fast-whisper" diff --git a/convert_output.py b/src/insanely_fast_whisper/utils/convert_output.py similarity index 100% rename from convert_output.py rename to src/insanely_fast_whisper/utils/convert_output.py