Skip to content

Commit

Permalink
IMPROVEMENT: setup.py add more console scripts entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 11, 2024
1 parent 5571655 commit 5aefaf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
entry_points={
'console_scripts': [
'ardupilot_methodic_configurator=MethodicConfigurator.ardupilot_methodic_configurator:main',
'extract_param_defaults=MethodicConfigurator.extract_param_defaults:main',
'annotate_params=MethodicConfigurator.annotate_params:main',
'param_pid_adjustment_update=MethodicConfigurator.param_pid_adjustment_update:main',
],
},
)

0 comments on commit 5aefaf7

Please sign in to comment.