summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cf45267f37..cb75210b22 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,8 @@ setup(
"console_scripts": ["servo_updater=servo_updater:main"],
},
data_files=[("share/servo_updater/configs",
- ["extra/usb_updater/servo_v4.json",
+ ["extra/usb_updater/c2d2.json",
+ "extra/usb_updater/servo_v4.json",
"extra/usb_updater/servo_micro.json",
"extra/usb_updater/sweetberry.json"])],
description="Servo usb updater.",