Files
mealie-mcp/pyproject.toml
T

23 lines
471 B
TOML
Raw Normal View History

2026-07-31 07:31:10 +02:00
[project]
name = "mealie-mcp"
version = "0.1.0"
description = "MCP tools for Mealie recipe planning"
requires-python = ">=3.11"
dependencies = ["mcp>=2.0.0", "httpx>=0.27.0"]
[project.optional-dependencies]
dev = ["pytest>=8.0"]
[project.scripts]
mealie-mcp = "mealie_mcp.server:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["mealie_mcp"]
[tool.pytest.ini_options]
testpaths = ["tests"]