ament_python: Package doesn't explicitly install a marker in the package index
I am currently trying to implement a pure-Python ROS 2 package with ament_python.
When building, I get the following warning:
WARNING:colcon.colcon_ros.task.ament_python.build:Package 'foobar' doesn't explicitly install a marker in the package index (colcon-ros currently does it implicitly but that fallback will be removed in the future)
Unfortunately, I wasn't able to find any information about this. What is this "marker" about and how do I install it correctly?