This commit is contained in:
silk 2026-06-16 20:58:55 +08:00
parent a79ed6d503
commit 0b96c908c4
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "mcp-server-demo"
version = "0.1.0"
@ -12,3 +16,6 @@ dependencies = [
"openpyxl>=3.1.0",
"xlrd>=2.0.1",
]
[tool.setuptools]
py-modules = ["server", "excel_analyzer"]