Thomas Kluyver

Results 1016 comments of Thomas Kluyver

For Linux, the webbrowser module is already calling `xdg-settings get default-web-browser` to find a default; on my Fedora system, that makes it explicitly launches Firefox rather than `xdg-open`. But I...

Thanks, that is what I was suggesting. Can we add a note in the docs about the sdist section that these files are always excluded?

Thanks! It's sort of intended behaviour - the net result obviously isn't desirable, but the pieces that go into it are deliberate. My expectation when I designed this was that...

> As a maintainer of a (binary) package repository, I start with an already-released upstream source package in hand, and my goal is to just get the thing to build....

Thanks @Mariatta ! @pradyunsg FWIW, I'm happy for you to merge something like this if you're comfortable doing so.

I can see the attraction of the idea, but I think this kind of project setup & automation should be done in a separate tool, not as part of Flit...

Symlinks on Windows still don't seem to 'just work' the way they do on Linux & Mac - the `--pth-file` option is there mostly as a fallback for Windows. I'll...

I think #120 should fix this.