[project] name = "left4me" version = "0.0.0" description = "Workspace root for l4d2host and l4d2web; packaging lives in the members." requires-python = ">=3.13" dependencies = ["l4d2host", "l4d2web"] [tool.uv] package = false [tool.uv.workspace] members = ["l4d2host", "l4d2web"] [tool.uv.sources] l4d2host = { workspace = true } l4d2web = { workspace = true } [dependency-groups] dev = ["pytest"] [tool.pytest.ini_options] testpaths = ["l4d2host/tests", "l4d2web/tests"] addopts = ["--import-mode=importlib"]