test implementation of mass-storage device

This commit is contained in:
Devaev Maxim
2018-07-02 09:09:25 +03:00
parent 61603c4f7b
commit 682a93e757
12 changed files with 336 additions and 20 deletions

View File

@@ -24,6 +24,7 @@ def main() -> None:
"kvmd.extras",
"kvmd.extras.cleanup",
"kvmd.extras.wscli",
"kvmd.extras.exploremsd",
],
entry_points={
@@ -31,6 +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",
],
},