[16:20:38] <tos9> 't, and also seems really weird)
[16:20:59] <tos9> tomprince: Oh, that's interesting too -- /me tries
[16:21:09] <tos9> tomprince: extras metadata is persisted?
[16:21:55] <tos9> Partial traceback on the failure above: https://bpaste.net/show/b888acb56fbe
[16:22:21] <tos9> The setup.py does not specify a script via absolute path (even though I want it to, but it seems like from this and the above that pip really really doesn't want me to be able to do things from other directories)
[16:23:24] <tos9> I've already tried my usual forms of pip debugging :), which involve rotating through upgrading pip and setuptools and then rigorous googling
[16:27:14] <tomprince> tos9: It is, and it is used for console scripts that have extra requirements. (pkg_resources will check that the dependencies specified by the extra are installed)