pyproject.toml•722 B
[project]
name = "ygg-torrent-mcp"
version = "1.8.0"
description = "Ygg Torrent MCP Server"
authors = [{ name = "philogicae" }]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = "MIT"
dependencies = ["bencodepy", "requests", "fastmcp", "fastapi"]
[project.urls]
Repository = "https://github.com/philogicae/ygg-torrent-mcp"
Release = "https://github.com/philogicae/ygg-torrent-mcp/releases"
DeepWiki = "https://deepwiki.com/philogicae/ygg-torrent-mcp"
[project.scripts]
ygg-torrent-mcp = "ygg_torrent.__main__:cli"
[dependency-groups]
dev = ["ruff", "pytest", "pytest-asyncio", "mypy"]
[tool.hatch.build]
include = ["ygg_torrent"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"