[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "fantasy-nba-israel-mcp"
version = "0.3.6"
description = "A Model Context Protocol server for accessing our Fantasy NBA League statistics and rankings"
readme = "README.md"
requires-python = ">=3.10"
authors = [
{name = "Asaf Shai", email = "asafshai211@gmail.com"}
]
maintainers = [
{name = "Asaf Shai", email = "asafshai211@gmail.com"}
]
keywords = [
"mcp",
"model-context-protocol",
"fantasy",
"nba",
"basketball",
"league",
"statistics",
"rankings"
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Games/Entertainment",
]
dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.18.0",
]
[project.urls]
Homepage = "https://github.com/AsafShai/nba-fantasy-israel-mcp"
Repository = "https://github.com/AsafShai/nba-fantasy-israel-mcp"
Documentation = "https://github.com/AsafShai/nba-fantasy-israel-mcp#readme"
[project.scripts]
fantasy-nba-israel-mcp = "fantasy_nba_israel_mcp.__main__:main"
[tool.hatch.build.targets.wheel]
packages = ["fantasy_nba_israel_mcp"]