PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 19th of February, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:43:57] <Ivo> if one specifies both test_suite=... and cmdclass={'test': ...}, is that basically redundant / only one run?
[08:44:21] <Ivo> (in a setuptools setup())
[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