bind for streamer device

This commit is contained in:
Devaev Maxim
2018-07-07 06:04:44 +00:00
parent a33965b6a5
commit e71252933a
7 changed files with 128 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ def main() -> None:
"kvmd.extras",
"kvmd.extras.cleanup",
"kvmd.extras.wscli",
"kvmd.extras.exploremsd",
"kvmd.extras.explorehw",
],
entry_points={
@@ -32,7 +32,7 @@ def main() -> None:
"kvmd = kvmd:main",
"kvmd-cleanup = kvmd.extras.cleanup:main",
"kvmd-wscli = kvmd.extras.wscli:main",
"kvmd-exploremsd = kvmd.extras.exploremsd:main",
"kvmd-explorehw = kvmd.extras.explorehw:main",
],
},