Skip to content

Commit 600b981

Browse files
committed
Add [build] section with dynamic Python shebang to setup.cfg file in ament_python template
1 parent 0a5b560 commit 600b981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ros2pkg/ros2pkg/resource/ament_python/setup.cfg.em

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
script_dir=$base/lib/@(project_name)
33
[install]
44
install_scripts=$base/lib/@(project_name)
5+
[build]
6+
executable=/usr/bin/env python3

0 commit comments

Comments
 (0)