apifiles/Python/ missing in fresh GAMS 42 install

I’m trying to install GAMS transfer for python, but in my fresh GAMS 42 installation, there is no Python folder under apifiles. There is this: C:\GAMS\42\api\python but there is no setup.py in this folder or subfolders. If I search for ‘setup.py’ under GAMS\42, there are 17 that are found – all under various folders under numpy and one setup_d.py in C:\GAMS\42\GMSPython\Lib\site-packages\win32\scripts.

Which do I use? Why isn’t the folder structure in my installation the same as in the instructions here?: https://www.gams.com/41/docs/API_PY_TUTORIAL.html#PY_COPY_GAMS_FILES_TO_PYTHON_INSTALLATION

Reading the 42 release notes helps: https://www.gams.com/latest/docs/RN_42.html#g4210_PYTHON

-Michael