Files
yts/pyproject.toml
2025-01-03 15:16:23 +01:00

19 lines
359 B
TOML

[project]
name = "summarize-yt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"anthropic>=0.42.0",
"hatchling>=1.27.0",
"yt-dlp>=2024.12.23",
]
[project.scripts]
yts = "summarize_yt.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"