This commit is contained in:
Taylor Wilsdon
2025-06-07 19:08:16 -04:00
parent 08291e3ddf
commit 7f90e24022
2 changed files with 13 additions and 9 deletions

View File

@@ -5,8 +5,7 @@ build-backend = "setuptools.build_meta"
name = "google-workspace-mcp"
version = "0.1.1"
description = "Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive"
readme = "README.md"
license = { file = "LICENSE" }
license = "MIT"
authors = [{ name = "Taylor Wilsdon", email = "taylor@taylorwilsdon.com" }]
keywords = [
"mcp",
@@ -34,7 +33,6 @@ classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
@@ -48,4 +46,4 @@ classifiers = [
]
[tool.setuptools]
packages = ["auth", "gcalendar", "core", "gdocs", "gdrive", "gmail", "config", "gchat"]
packages = ["auth", "gcalendar", "core", "gdocs", "gdrive", "gmail", "config", "gchat", "gsheets"]