use workspace to add path dep

This commit is contained in:
onyx-and-iris 2026-03-22 05:29:40 +00:00
parent 12bcaca00c
commit 2233f5eda1

View File

@ -34,7 +34,7 @@ Source = "https://github.com/onyx-and-iris/q3rcon-cli"
path = "src/q3rcon_cli/__about__.py" path = "src/q3rcon_cli/__about__.py"
[tool.hatch.envs.default] [tool.hatch.envs.default]
dependencies = ["aio-q3-rcon @ {root:parent:uri}/aio-q3-rcon"] workspace.members = [{ path = "../aio-q3-rcon" }]
[tool.hatch.envs.types] [tool.hatch.envs.types]
extra-dependencies = ["mypy>=1.0.0"] extra-dependencies = ["mypy>=1.0.0"]