Bash pyproject.toml again

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

View File

@ -1,3 +1,3 @@
__all__ = ["shelly_base"]
__all__ = ["ShellyBase"]
from .shelly_base import ShellyBase

View File

@ -7,6 +7,9 @@ name = "enclave_shelly"
version = "1.0.0"
dependencies = ["aiohttp"]
[tool.setuptools]
packages = ["enclave_shelly"]
[tool.setuptools.packages.find]
where = ["."]
namespaces = false