FullMt5McpByLeo/pyproject.toml

29 lines
922 B
TOML
Raw Permalink Normal View History

2026-04-28 12:26:36 -05:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "mt5_mcp_by_leo"
2026-05-03 16:10:59 -05:00
version = "1.0.7"
2026-04-28 12:26:36 -05:00
description = "Complete MCP server for MT5: Through the MCP protocol, it allows [Trades, Orders, History, Graphic Objects, Terminal Logs, Compilation, etc.]"
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE"}
authors = [
{name = "Nique Mendoza", email = "tradesystemsnique@gmail.com"},
{name = "Leo", email = "leo@example.com"},
]
requires-python = ">=3.10"
dependencies = [
2026-05-03 13:18:10 -05:00
"mcp-mt5-conection"
2026-04-28 12:26:36 -05:00
]
[project.urls]
Repository = "https://forge.mql5.io/nique_372/FullMt5McpByLeo"
2026-04-28 18:20:58 +00:00
Documentation = "https://forge.mql5.io/nique_372/FullMt5McpByLeo/wiki"
2026-04-28 12:26:36 -05:00
Issues = "https://forge.mql5.io/nique_372/FullMt5McpByLeo/issues"
[project.scripts]
mt5_mcp_by_leo = "mt5_mcp_by_leo.Main:main"
[tool.hatch.build.targets.wheel]
packages = ["mt5_mcp_by_leo"]