enclave_shelly/pyproject.toml
2025-09-21 22:10:29 +03:00

15 lines
309 B
TOML

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "enclave_shelly"
version = "1.0.0"
dependencies = ["aiohttp"]
[tool.setuptools.packages.find]
where = ["."]
namespaces = false
include = ["enclave_shelly*"]
exclude = ["examples*", "enclave_shelly.examples*"]