diff --git a/pyproject.toml b/pyproject.toml index 77bbeee..5f94b6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,9 +7,6 @@ name = "enclave_shelly" version = "1.0.0" dependencies = ["aiohttp"] -[tool.setuptools] -packages = ["enclave_shelly"] - [tool.setuptools.packages.find] where = ["."] namespaces = false