Include not working f2py meson

Python 3.12.9
gfortran 14.20
meson 1.8.0

It seems to be a known problem that f2py with meson can’t handle include statements.

 280 |     include "profielen.fi"
Fatal Error: Cannot open included file 'profielen.fi'
compilation terminated.

My question is: can the data file been directly included in the fortran source code.

Roger