We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b6fa8 commit 4290ed8Copy full SHA for 4290ed8
setup.py
@@ -54,7 +54,7 @@
54
kwargs['package_dir'] = {}
55
elif 'SKIP_PYTHON_SCRIPTS' in os.environ:
56
kwargs['name'] += '_modules'
57
- kwargs['entry_points'] = []
+ kwargs['entry_points'] = {}
58
else:
59
kwargs['install_requires'] += ['catkin_pkg', 'rospkg']
60
0 commit comments