From ce58f25b2d48528ce937cc21517ae2d4f432b5ba Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:44:48 +1100 Subject: [PATCH] chore: Refactor project structure and dependencies - Remove `transcribe_me.summarization` from the packages list in `pyproject.toml` --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c541abc..a5b6e0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ packages = [ "transcribe_me", "transcribe_me.config", "transcribe_me.audio", - "transcribe_me.summarization", ] [tool.setuptools.package-data]