move kvmd-udev-hdmiusb-check to the platform package

This commit is contained in:
Maxim Devaev
2021-11-08 01:31:54 +03:00
parent 6d72bf9b98
commit b31dde20e0
2 changed files with 6 additions and 7 deletions

View File

@@ -21,7 +21,6 @@
# ========================================================================== #
import os
import textwrap
import setuptools.command.easy_install
@@ -117,12 +116,6 @@ def main() -> None:
"kvmd.apps.vnc": ["fonts/*.ttf"],
},
scripts=[
os.path.join("scripts", name)
for name in os.listdir("scripts")
if not name.startswith(".")
],
entry_points={
"console_scripts": [
"kvmd = kvmd.apps.kvmd:main",