enclave_shelly/pyproject.toml
2025-09-21 19:31:43 +03:00

12 lines
224 B
TOML

[build-system]
requires = ["setuptools"]
build-backends = "setuptools.build_meta"
[project]
name = "enclave_shelly"
version = "1.0.0"
dependencies = ["aiohttp"]
[tool.setuptools.packages.find]
where = ["./enclave_shelly"]