add some docs

This commit is contained in:
2025-01-03 15:16:23 +01:00
parent 45c06d081c
commit f7b369de95
5 changed files with 52 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[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"