Files
wov-sdk/pyproject.toml
T

22 lines
409 B
TOML

[project]
name = "wov-sdk"
version = "0.1.0"
description = "WOV node protocol and SDK"
requires-python = ">=3.11"
[dependency-groups]
dev = ["pytest", "pytest-cov"]
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--cov=wov_sdk --cov-report=term-missing --cov-fail-under=100"
[tool.uv]
package = true
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]