udev instead own bycicles

This commit is contained in:
Devaev Maxim
2018-07-07 23:37:38 +00:00
parent f9a69c7467
commit 476018aeb8
10 changed files with 30 additions and 151 deletions

View File

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