pyproject.toml•1.4 kB
[project]
name = "lolGPT"
version = "1.0.0"
description = "AI-powered League of Legends professional esports match predictor and summoner analysis tool. Predict outcomes for T1, Faker, Zeus, and other pro players with advanced statistical modeling."
authors = [
{ name = "lolGPT Team", email = "faker@1tier.xyz" }
]
dependencies = [
"fastmcp>=0.1.0",
"requests>=2.28.0",
]
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
keywords = ["mcp", "league-of-legends", "lol", "summoner", "mock-match", "simulation", "esports", "gaming", "riot-games", "summoners-rift", "prediction", "pvp", "comparison", "professional-gaming", "t1", "faker", "zeus", "lck", "lcs", "worlds", "msi", "pro-player", "esports-analytics", "competitive-lol", "team-analysis", "player-stats", "tournament-prediction"]
[project.urls]
Homepage = "https://1tier.xyz"
Repository = "https://github.com/onepersonunicorn/lolgpt"
Documentation = "https://1tier.xyz"
[project.scripts]
lolgpt = "main:main"
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"