From 3352ccc2e58a0bb9d680a6d8b403dc703cf6394c Mon Sep 17 00:00:00 2001 From: Erki Date: Sun, 21 Sep 2025 21:51:15 +0300 Subject: [PATCH] Bash pyproject again --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) 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