Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Jan 11, 2025
1 parent b0aee7c commit 52345ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
license='BSD-3-Clause',
tests_require=['pytest'],
entry_points={
'generate_parameter_module_example': [
'test_node = examples.minimal_publisher:main'
'console_scripts': [
'test_node = generate_parameter_module_example.minimal_publisher:main'
],
},
)

0 comments on commit 52345ec

Please # to comment.