ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
47 stars 91 forks source link

Support PEP 338 invocation of catkin_pkg modules #367

Closed cottsay closed 6 months ago

cottsay commented 6 months ago

This reverts part of f7dcb41c4c91bc18a29931eb4633ddd71fb58a0a, which originally changed catkin_pkg to use 'console_scripts' instead of bare 'scripts' files.

PEP 338 invocation can be useful when invoking catkin_pkg functionality with a specific interpreter, or without using setuptools to create the 'console_scripts' executables.