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*"]