[12:00:08] <Ivo> dstufft: #pypa and #distutils would have a lot of overlap, right
[12:30:23] <pdobrogost-work> Hi! Is there a way to write setup so that after building wheel and installing it some specific .pth would end up in site-packages?
[12:31:21] <pdobrogost-work> I need it as the package only contain .so libs and if the package folder is not directly on the sys.path these libs can't be found by other packages/libs