From 84ac6d9c66dfd3e44038ec16ea47c6c290e3b94f Mon Sep 17 00:00:00 2001 From: Erki Date: Sun, 21 Sep 2025 21:47:40 +0300 Subject: [PATCH] Bash pyproject.toml again --- __init__.py | 1 - pyproject.toml | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 __init__.py diff --git a/__init__.py b/__init__.py deleted file mode 100644 index dbbc36d..0000000 --- a/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from .enclave_shelly import ShellyBase \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 292347b..5f94b6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,4 +8,7 @@ version = "1.0.0" dependencies = ["aiohttp"] [tool.setuptools.packages.find] -where = ["./enclave_shelly"] +where = ["."] +namespaces = false +include = ["enclave_shelly*"] +exclude = ["examples*", "enclave_shelly.examples*"]