Merge pull request #55 from georgebashi/uvx-fixes

Fix pyproject.toml for uvx
This commit is contained in:
Taylor Wilsdon
2025-06-10 11:43:20 -04:00
committed by GitHub

View File

@@ -45,5 +45,9 @@ classifiers = [
"Typing :: Typed",
]
[project.scripts]
google-workspace-mcp = "main:main"
[tool.setuptools]
packages = ["auth", "gcalendar", "core", "gdocs", "gdrive", "gmail", "config", "gchat", "gsheets"]
packages = ["auth", "gcalendar", "core", "gdocs", "gdrive", "gmail", "gchat", "gsheets", "gforms"]
py-modules = ["main"]