[project]
name = "youtube-shorts-viral-agent"
version = "0.2.2"
description = "MCP-powered YouTube Shorts discovery tool for finding viral videos using VPH and engagement analysis"
authors = [
{ name = "Xeron" }
]
requires-python = ">=3.11"
dependencies = [
"fastmcp>=2.13.1",
"google-api-python-client>=2.187.0",
"pydantic>=2.12.4",
]
readme = "README.md"
license = { file = "LICENSE" }
keywords = ["youtube", "shorts", "mcp", "viral", "analytics", "ai"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Multimedia :: Video",
"Topic :: Software Development :: Libraries :: Python Modules",
]
[project.scripts]
youtube-shorts-viral-agent = "src.server:main"
shorts-server = "src.server:main"
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["src*"]