pulsemesh-open-telemetry-vi.../pyproject.toml

19 lines
513 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "pulsemesh_open_telemetry_visualization_a"
version = "0.1.0"
description = "Offline-first telemetry visualization and anomaly detection for intermittent industrial IoT mesh networks"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
authors = [ { name = "OpenCode" } ]
[project.urls]
Homepage = "https://example.com/pulsemesh"
[tool.setuptools.packages.find]
where = ["src"]