dist: add included hid_parser to packages installed
This commit is contained in:
parent
99f0d62aa0
commit
a5a0d7e80e
2
setup.py
2
setup.py
|
@ -91,7 +91,7 @@ For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/in
|
|||
"dev": ["ruff"],
|
||||
},
|
||||
package_dir={"": "lib"},
|
||||
packages=["keysyms", "hidapi", "logitech_receiver", "solaar", "solaar.ui", "solaar.cli"],
|
||||
packages=["keysyms", "hidapi", "hid_parser", "logitech_receiver", "solaar", "solaar.ui", "solaar.cli"],
|
||||
data_files=list(_data_files()),
|
||||
include_package_data=True,
|
||||
scripts=_glob("bin/*"),
|
||||
|
|
Loading…
Reference in New Issue