How to define gui_scripts with isolated (-I) launch mode?

Is it possible to define gui_scripts entry_points, which run in isolated mode (ie. having -I on the shebang line on Unix and setting corresponding flag in exe on Windows)?

It’s not possible to specify interpreter flags on an entry point.