build(workspace): link cloud platform to runtime
This commit is contained in:
@@ -3,7 +3,9 @@ name = "device-cloud-platform"
|
||||
version = "0.1.0"
|
||||
description = "Cloud scheduling, device pooling, plugins, and SDK for Device Agent Runtime."
|
||||
requires-python = ">=3.14"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"device-agent-runtime==0.1.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=69"]
|
||||
@@ -12,3 +14,6 @@ build-backend = "setuptools.build_meta"
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["cloud*"]
|
||||
|
||||
[tool.uv.sources]
|
||||
device-agent-runtime = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user