mirror of
https://github.com/haris-musa/excel-mcp-server.git
synced 2026-01-04 04:45:27 +08:00
Initial commit
This commit is contained in:
26
pyproject.toml
Normal file
26
pyproject.toml
Normal file
@ -0,0 +1,26 @@
|
||||
[project]
|
||||
name = "excel-mcp-server"
|
||||
version = "0.1.0"
|
||||
description = "MCP server for Excel file manipulation"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"mcp[cli]>=1.2.0",
|
||||
"openpyxl>=3.1.2"
|
||||
]
|
||||
[[project.authors]]
|
||||
name = "haris"
|
||||
email = "haris.musa@outlook.com"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project.scripts]
|
||||
excel-mcp-server = "excel_mcp.__main__:main"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/excel_mcp"]
|
||||
|
||||
[tool.hatch.build]
|
||||
packages = ["src/excel_mcp"]
|
||||
Reference in New Issue
Block a user