This commit is contained in:
parent
a79ed6d503
commit
0b96c908c4
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue