[17:06:48] <simon_weber> I need to distribute c code in my python package that's _not_ an extension, just a related binary dependency. Overriding 'install' to do run make works fine, but the result doesn't get copied out of pip's tmp build directory. Any ideas?
[17:20:47] <dstufft> simon_weber: you probaly want package_data
[17:21:57] <simon_weber> dstufft: yup, looks like it. thanks!
[18:56:25] <ronny> dstufft: random other topic, will there stillb e attempts to being packaging stuff into the stdlib?
[18:57:43] <dstufft> ronny: Not really, I'm somewhat opposed to it in general. Maybe some of the low level pieces but high level tools I don't think really belong there
[18:57:51] <ronny> (my current impression is that no matter what one will put into the stdlib it will end in a distutils alike situation)
[18:59:48] <ronny> stdlib additions tendto be a meess ^^
[19:00:03] <dstufft> there's a reason it's ensurepip and not pip in the stdlib