fix: incorrect lib name in pyproject

This commit is contained in:
2026-02-01 23:28:49 +00:00
parent 4a16733362
commit 7a9a878871

View File

@@ -8,7 +8,7 @@ requires-python = ">=3.9"
dependencies = [ dependencies = [
"obsws-python", "obsws-python",
"watchdog", "watchdog",
"tdqm" "tqdm"
] ]
[project.scripts] [project.scripts]