Skip to content

Commit 96913db

Browse files
authored
Use underscores in setup.cfg instead of dashes. (#227)
Signed-off-by: Mike Purvis <[email protected]>
1 parent 1e34700 commit 96913db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launch_testing_ros/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
source = .
44
omit = setup.py
55
[develop]
6-
script-dir=$base/lib/launch_testing_ros
6+
script_dir=$base/lib/launch_testing_ros
77
[install]
8-
install-scripts=$base/lib/launch_testing_ros
8+
install_scripts=$base/lib/launch_testing_ros

0 commit comments

Comments
 (0)