fix package registration

This commit is contained in:
Taylor Wilsdon
2025-07-30 10:12:09 -04:00
parent 2aea2325bc
commit 113a37d5c1
4 changed files with 12 additions and 4 deletions

View File

@@ -58,5 +58,5 @@ Changelog = "https://github.com/taylorwilsdon/google_workspace_mcp/releases"
workspace-mcp = "main:main"
[tool.setuptools]
packages = [ "auth", "gcalendar", "core", "gdocs", "gdrive", "gmail", "gchat", "gsheets", "gforms", "gslides", "gtasks"]
packages = [ "auth", "gcalendar", "core", "gdocs", "gdrive", "gmail", "gchat", "gsheets", "gforms", "gslides", "gtasks", "gsearch"]
py-modules = [ "main"]