summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-05-29 18:15:41 +0300
committerMaxim Devaev <[email protected]>2023-07-10 03:02:28 +0300
commit5794da2c51bf7cd280a02cdce2b1d1f4a6d46a83 (patch)
tree8350e73eb1fc9a6e9353e3ceba4f9d2c8cd7c19c /setup.py
parentbe4269fe61963fce556d5cf633694529adddde1d (diff)
fixed missing ch9329 in setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8c464349..10844889 100755
--- a/setup.py
+++ b/setup.py
@@ -75,6 +75,7 @@ def main() -> None:
"kvmd.plugins.hid._mcu",
"kvmd.plugins.hid.otg",
"kvmd.plugins.hid.bt",
+ "kvmd.plugins.hid.ch9329",
"kvmd.plugins.atx",
"kvmd.plugins.msd",
"kvmd.plugins.msd.otg",