From 3027cc32bc553d58e73570f7ddc564de66e871e8 Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Mon, 25 Nov 2024 17:32:00 +0800 Subject: [PATCH] Update MANIFEST.in to include necessary files --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 96ef340..3026d7e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,5 @@ include whisperx/assets/* include whisperx/assets/gpt2/* include whisperx/assets/multilingual/* include whisperx/normalizers/english.json +include LICENSE +include requirements.txt