Skip to content

Commit 6c0ee89

Browse files
authored
Fix a warning from python setuptools. (ros2#1312)
In particular, the 'script-dir' and 'install-scripts' keys are deprecated in favor of 'script_dir' and 'install_scripts', respectively. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 6f373bb commit 6c0ee89

File tree

1 file changed

+2
-2
lines changed
  • rosbag2_examples/rosbag2_examples_py

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[develop]
2-
script-dir=$base/lib/rosbag2_examples_py
2+
script_dir=$base/lib/rosbag2_examples_py
33
[install]
4-
install-scripts=$base/lib/rosbag2_examples_py
4+
install_scripts=$base/lib/rosbag2_examples_py

0 commit comments

Comments
 (0)