[16:41:03] <offbyone> I can do it the heavier way, it's not that bad.
[16:41:37] <dstufft> I recommend pretending setup.py isn't a thing you're allowed to invoke except for ``setup.py sdist bdist_wheel`` and using something like invoke or so instead. I feel like the more people try to stick into a setup.py the less happy they end up in th elong run
[17:47:32] <sigmavirus> dstufft: speaking from the perspective that I had to integrate Flake8 into setup.py, yes, it's not something I'd advise offbyone do
[17:48:10] <offbyone> That's probably a decent future plan, but ... for now I'm working w/ setup.py
[21:18:12] <xafer> dstufft: there seems to be some issues with pip's readthedocs configuration. Is it available somewhere ?
[21:19:13] <xafer> Cf https://readthedocs.org/projects/pip/versions/, latest seems linked to the now dead develop branch (and https://pip.pypa.io/en/latest/news/ does not mention 9.0.1)
[21:22:11] <xafer> And https://pip.pypa.io/en/stable/ seems linked directly to the 9.0.1 tag (and not the corresponding commit), producing broken links: 28cc0b291db6ee5686010378edab60abf0067003
[21:34:56] <xafer> dstufft: thanks, does https://readthedocs.org/projects/pip/builds/ mean that the build is stuck since 1 day ?
[23:01:46] <willingc> Hi @dstufft @EWDurbin :D I just had a question about the status of a PR on pypi-legacy and what we can do to help move it forward. Thanks!