add obsws-python as local path dep

regen gitignore
This commit is contained in:
2026-03-27 14:12:27 +00:00
parent 0c5e1085cc
commit 6a02a4fc86
2 changed files with 53 additions and 16 deletions

View File

@@ -39,6 +39,7 @@ path = "obsws_cli/__about__.py"
requires = ["hatch-dotenv"]
[tool.hatch.envs.default]
workspace.members = [{ path = "../obsws-python" }]
dependencies = ["click-man>=0.5.1"]
[tool.hatch.envs.default.scripts]