Skip to content

Commit

Permalink
Fix package missing from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
foxy82 committed Apr 13, 2022
1 parent 25d5e6c commit c607fb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@

setup(
name = "pi_usb_gadget_controller",
packages = ["pi_usb_gadget_controller"],
packages = [
"pi_usb_gadget_controller",
"pi_usb_gadget_controller.protocols"
],
entry_points = {
"console_scripts": [
'UsbGadgetController = pi_usb_gadget_controller.UsbGadgetController:main',
Expand Down

0 comments on commit c607fb6

Please sign in to comment.