dist: add included hid_parser to packages installed

This commit is contained in:
Peter F. Patel-Schneider 2024-04-20 13:02:22 -04:00
parent 99f0d62aa0
commit a5a0d7e80e
1 changed files with 1 additions and 1 deletions

View File

@ -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/*"),