hey, sorry to bother y'all, I'm trying to include ...
# general
i
hey, sorry to bother y'all, I'm trying to include a resource into a python_library target. I have a resource target where the file i need to access as a resource is adjacent to the BUILD file (in the same directory). Because of this, it seems the file gets included into the package at the top level. Is there a way to specify in the
resources
target that the files selected by
sources
should be placed in a directory other than at the top level, or is it filesystem layout dependent?