mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
move kvmd-udev-hdmiusb-check to the platform package
This commit is contained in:
7
setup.py
7
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user