From c54e2b6efcdbe7f5818f758d11be7954584ded32 Mon Sep 17 00:00:00 2001 From: ildunari <95185577+ildunari@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:58:55 -0400 Subject: [PATCH] Remove missing package from wheel config --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae908a2..75d55f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ dependencies = [ [tool.hatch.build.targets.wheel] only-include = [ "word_document_server", - "office_word_mcp_server", ] sources = ["."]