Bash pyproject.toml again

This commit is contained in:
Erki 2025-09-21 21:47:40 +03:00
parent 0f6568c467
commit 84ac6d9c66
2 changed files with 4 additions and 2 deletions

View File

@ -1 +0,0 @@
from .enclave_shelly import ShellyBase

View File

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