Bash pyproject.toml again
This commit is contained in:
parent
0f6568c467
commit
84ac6d9c66
@ -1 +0,0 @@
|
|||||||
from .enclave_shelly import ShellyBase
|
|
||||||
@ -8,4 +8,7 @@ version = "1.0.0"
|
|||||||
dependencies = ["aiohttp"]
|
dependencies = ["aiohttp"]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["./enclave_shelly"]
|
where = ["."]
|
||||||
|
namespaces = false
|
||||||
|
include = ["enclave_shelly*"]
|
||||||
|
exclude = ["examples*", "enclave_shelly.examples*"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user