mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 15:31:02 +01:00
update repository references and improve script handling
This commit is contained in:
8
hassio-google-drive-backup/setup.py
Normal file
8
hassio-google-drive-backup/setup.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from setuptools import setup, find_packages
|
||||
setup(
|
||||
name="hgdb",
|
||||
packages=find_packages(),
|
||||
package_data={
|
||||
'backup': ['static/*', 'static/*/*', 'static/*/*/*']
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user