build(workspace): add cloud platform member

This commit is contained in:
2026-07-12 14:09:08 +08:00
parent 10df245f66
commit b739f6d175
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
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 = []
[build-system]
requires = ["setuptools>=69"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["cloud*"]