mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-18 09:29:03 +08:00
rename odrvtool to odrivetool and include odrive.dfuse in pip package
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ if creating_package:
|
||||
|
||||
setup(
|
||||
name = 'odrive',
|
||||
packages = ['odrive'], # this must be the same as the name above
|
||||
packages = ['odrive', 'odrive.dfuse'], # this must be the same as the name above
|
||||
scripts = ['odrivetool', 'odrive_demo.py'],
|
||||
version = version,
|
||||
description = 'Control utilities for the ODrive high performance motor controller',
|
||||
|
||||
Reference in New Issue
Block a user