mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
test implementation of mass-storage device
This commit is contained in:
@@ -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",
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user