[22:27:33] <sigmavirus24> msabramo: for the awesome idea
[22:44:21] <msabramo> I'm not sure which is better; the shebang or the comment with the link to dstufft's post; I'm thinking probably the latter
[22:45:02] <msabramo> since I work with a lot of Python devs who don't know the packaging ecosystem super well
[22:45:10] <sigmavirus24> msabramo: the latter only slightly over the former
[22:46:15] <dstufft> msabramo: so what you're saying is, you work with a lot of regular python devs? ;)
[22:51:42] <msabramo> dstufft: I guess so. A couple years ago I might've thought ours were less informed than average, but I'm coming to believe that it's pretty typical (and understandable)
[22:53:12] <msabramo> the impetus behind this is that I'm sending a PR to a project to add a requirements.txt and I am anticipating that they are going to ask, "Why do we need this? Why can't we just use setup.py?" so I wanted it to explain itself.
[22:53:56] <msabramo> let's just bring back `pip zip` and just created zip files with all the stuff in it. Done.
[23:00:29] <ionelmc> msabramo: you mean the bundle thing?
[23:00:58] <msabramo> ionelmc: Yeah. I never used it.