Skip to content

Commit

Permalink
Drop console scripts from -modules subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jun 28, 2024
1 parent 26abe55 commit 3abba41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
kwargs['package_dir'] = {}
elif 'SKIP_PYTHON_SCRIPTS' in os.environ:
kwargs['name'] += '_modules'
kwargs['scripts'] = []
kwargs['entry_points'] = []
else:
kwargs['install_requires'] += ['catkin_pkg', 'rospkg']

Expand Down

0 comments on commit 3abba41

Please sign in to comment.