common helpers

This commit is contained in:
Maxim Devaev
2022-04-05 20:51:53 +03:00
parent fa3aeb79ae
commit 5be17cb756
6 changed files with 21 additions and 30 deletions

View File

@@ -108,9 +108,8 @@ def main() -> None:
"kvmd.apps.janus",
"kvmd.apps.watchdog",
"kvmd.helpers",
"kvmd.helpers.otgmsd",
"kvmd.helpers.otgmsd.unlock",
"kvmd.helpers.otgmsd.remount",
"kvmd.helpers.unlock",
"kvmd.helpers.remount",
],
package_data={
@@ -130,8 +129,8 @@ def main() -> None:
"kvmd-vnc = kvmd.apps.vnc:main",
"kvmd-janus = kvmd.apps.janus:main",
"kvmd-watchdog = kvmd.apps.watchdog:main",
"kvmd-helper-otgmsd-unlock = kvmd.helpers.otgmsd.unlock:main",
"kvmd-helper-otgmsd-remount = kvmd.helpers.otgmsd.remount:main",
"kvmd-helper-otgmsd-unlock = kvmd.helpers.unlock:main",
"kvmd-helper-otgmsd-remount = kvmd.helpers.remount:main",
],
},