I have a custom namespace package with additional data files that are included via the package_data
argument of setuptools.setup
. When I install this custom package for my Google Cloud Function, the data files are not included.
I tried installing the custom package as I normally would, e.g., locally. The data files were present when I installed locally.
I expected Google Cloud Function's pip
binary to have the same behavior as the standard pip
binary.