feat: 完成 echo 示例节点
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "wov-node-echo"
|
||||
version = "0.1.0"
|
||||
description = "WOV example echo node"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["wov-sdk"]
|
||||
|
||||
[tool.uv.sources]
|
||||
wov-sdk = { path = "../wov-sdk" }
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["pytest", "pytest-cov"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
pythonpath = ["."]
|
||||
addopts = "--cov=wov_node_echo --cov-report=term-missing --cov-fail-under=100"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["wov_node_echo"]
|
||||
Reference in New Issue
Block a user