feat(main): main

This commit is contained in:
2026-03-20 15:00:24 -04:00
parent af3076342a
commit c9718c5483
30 changed files with 2513 additions and 559 deletions

View File

@@ -17,3 +17,13 @@ dependencies = [
"pytest-sugar>=1.1.1",
"yt-dlp>=2026.3.3",
]
[project.scripts]
make_user = "core.scripts.make_user:main"
[tool.uv]
package = true
[tool.setuptools.packages.find]
include = ["api*", "core*", "pytv*"]
exclude = ["frontend*", "node_modules*", "assets*", "mock*", "cache*", "tests*"]