feat(main): main
This commit is contained in:
@@ -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*"]
|
||||
Reference in New Issue
Block a user