mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-03 07:59:34 +00:00
Add support for git repo
This commit is contained in:
3
setup.py
3
setup.py
@@ -29,7 +29,7 @@ setup(
|
||||
keywords=['docker', 'home-assistant', 'api'],
|
||||
zip_safe=False,
|
||||
platforms='any',
|
||||
packages=['hassio', 'hassio.dock', 'hassio.api'],
|
||||
packages=['hassio', 'hassio.dock', 'hassio.api', 'hassio.addons'],
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'async_timeout',
|
||||
@@ -37,5 +37,6 @@ setup(
|
||||
'docker',
|
||||
'colorlog',
|
||||
'voluptuous',
|
||||
'gitpython',
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user