Thomas Kluyver

Results 1023 comments of Thomas Kluyver

In this case it seems to have been caused by leftover config from one Python build to the next, and I have fixed it. But I still think that it...

Sorry about that. I'm not sure that 'out of sync' is really the problem, though - I think the changes in #499 may simply have broken it for you. I...

The breakage you're seeing has just been reported as #530. I'll leave this one open for the lower-priority discussion about what the dependency relationship between flit and flit_core should be.

It's the same, except that `flit install --symlink` works in a slightly different way to `pip install -e .` (and a way that I happen to prefer).

Yup, as you spotted, `~=` is valid now. The canonical document for the package metadata standard is now https://packaging.python.org/specifications/core-metadata/ rather than the series of PEPs defining the changes for each...

I've deliberately started off with this strict with this to see how it works out before relaxing it. To help me understand the need: - What kind of files do...

> I want to test my builds before commiting and releasing Do you mean you want to test that building works? Or you want to build it so that you...

Reiterating, but you don't actually need to make a commit - just `git add` any new files which you want to go into the sdist. You can make more changes...

If you want to have a go at writing that, it shouldn't be much work - depending on how tricky it is to do the required operations with fossil. It...

Thanks, I've turned your files into pull request #224.