build(workspace): verify member wheel ownership
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Device Cloud Platform
|
||||
|
||||
`device-cloud-platform` provides the cloud scheduling, device-pool, plugin,
|
||||
and Python SDK modules for Device Agent Runtime.
|
||||
|
||||
It is an outer uv workspace member that depends on `device-agent-runtime`.
|
||||
Runtime-owned packages do not depend on this distribution.
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "device-cloud-platform"
|
||||
version = "0.1.0"
|
||||
description = "Cloud scheduling, device pooling, plugins, and SDK for Device Agent Runtime."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"device-agent-runtime==0.1.0",
|
||||
|
||||
Reference in New Issue
Block a user