Skip to content

Commit

Permalink
dist: add included hid_parser to packages installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Apr 20, 2024
1 parent cf038fd commit f845321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _data_files():
"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/*"),
Expand Down

0 comments on commit f845321

Please sign in to comment.