From 4d35774a9a88fcf44866c92cb71fd9f0b1d3d4b8 Mon Sep 17 00:00:00 2001 From: Erki Date: Sun, 21 Sep 2025 19:31:01 +0300 Subject: [PATCH] Add pyproject.toml --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..c4f8e7f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,11 @@ +[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"]