Skip to content

Commit 4e4368d

Browse files
authored
Update setup.py
1 parent 30c7ddf commit 4e4368d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@
2929
keywords=['docker', 'home-assistant', 'api'],
3030
zip_safe=False,
3131
platforms='any',
32-
packages=['hassio', 'hassio.dock', 'hassio.api', 'hassio.addons'],
32+
packages=[
33+
'hassio',
34+
'hassio.dock',
35+
'hassio.api',
36+
'hassio.addons',
37+
'hassio.snapshots'
38+
],
3339
include_package_data=True,
3440
install_requires=[
3541
'async_timeout',

0 commit comments

Comments
 (0)