Bash pyproject.toml again
This commit is contained in:
parent
84ac6d9c66
commit
ebcf833e54
@ -1,3 +1,3 @@
|
|||||||
__all__ = ["shelly_base"]
|
__all__ = ["ShellyBase"]
|
||||||
|
|
||||||
from .shelly_base import ShellyBase
|
from .shelly_base import ShellyBase
|
||||||
|
|||||||
@ -7,6 +7,9 @@ name = "enclave_shelly"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = ["aiohttp"]
|
dependencies = ["aiohttp"]
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
packages = ["enclave_shelly"]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."]
|
where = ["."]
|
||||||
namespaces = false
|
namespaces = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user