Skip to content

Commit

Permalink
Fix entry_points removal for SKIP_PYTHON_SCRIPTS (#191)
Browse files Browse the repository at this point in the history
Follow-up to 8de70e4
  • Loading branch information
cottsay authored Oct 19, 2024
1 parent 48b6fa8 commit 4290ed8
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['entry_points'] = []
kwargs['entry_points'] = {}
else:
kwargs['install_requires'] += ['catkin_pkg', 'rospkg']

Expand Down

0 comments on commit 4290ed8

Please sign in to comment.