From e9ac5b63bc360f92085f6c2d357a00067e9f7696 Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:19:19 +0100 Subject: [PATCH] chore: clean up MANIFEST.in by removing unnecessary asset inclusions --- MANIFEST.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 3026d7e..0501758 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,3 @@ include whisperx/assets/* -include whisperx/assets/gpt2/* -include whisperx/assets/multilingual/* -include whisperx/normalizers/english.json include LICENSE include requirements.txt