1
0
mirror of https://github.com/GuDaStudio/geminimcp.git synced 2026-02-04 01:40:41 +08:00
Files
geminimcp/pyproject.toml
2025-11-21 15:27:13 +08:00

15 lines
294 B
TOML

[project]
name = "geminimcp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.21.2",
]
[project.scripts]
geminimcp = "geminimcp.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["src/geminimcp"]