mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Rename internal docker module to dock
This commit is contained in:
parent
ef8c98ef20
commit
68534e62ef
@ -8,8 +8,8 @@ import docker
|
||||
from . import bootstrap, tools
|
||||
from .host_controll import HostControll
|
||||
from .const import HOMEASSISTANT_TAG, SOCKET_DOCKER
|
||||
from .docker.homeassistant import DockerHomeAssistant
|
||||
from .docker.supervisor import DockerSupervisor
|
||||
from .dock.homeassistant import DockerHomeAssistant
|
||||
from .dock.supervisor import DockerSupervisor
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -28,7 +28,7 @@ setup(
|
||||
keywords=['docker', 'home-assistant', 'api'],
|
||||
zip_safe=False,
|
||||
platforms='any',
|
||||
packages=['hassio', 'hassio.docker'],
|
||||
packages=['hassio', 'hassio.dock'],
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'async_timeout',
|
||||
|
Loading…
x
Reference in New Issue
Block a user