clean up dxt, update license in pyproject

This commit is contained in:
Taylor Wilsdon
2026-02-17 16:50:38 -05:00
parent 9df78a2e16
commit b86dba469b
2 changed files with 35 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ version = "1.11.2"
description = "Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive"
readme = "README.md"
keywords = [ "mcp", "google", "workspace", "llm", "ai", "claude", "model", "context", "protocol", "server"]
license = "MIT"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.115.12",
@@ -26,7 +27,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",
@@ -46,9 +46,6 @@ classifiers = [
name = "Taylor Wilsdon"
email = "taylor@taylorwilsdon.com"
[project.license]
text = "MIT"
[project.urls]
Homepage = "https://workspacemcp.com"
Repository = "https://github.com/taylorwilsdon/google_workspace_mcp"