Skip to content

Commit 58fda91

Browse files
committed
setup: add tools to packages
1 parent 1fbebd7 commit 58fda91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ def run(self):
171171
'pymavlink.dialects.v10',
172172
'pymavlink.dialects.v20',
173173
'pymavlink.dfindexer',
174+
'pymavlink.tools',
174175
],
176+
# TODO: calls to the individual tools should be deprecated in favor of running python -m
175177
scripts = [ 'tools/magfit_delta.py', 'tools/mavextract.py',
176178
'tools/mavgraph.py', 'tools/mavparmdiff.py',
177179
'tools/mavtogpx.py', 'tools/magfit_gps.py',

0 commit comments

Comments
 (0)