Thomas Kluyver
Thomas Kluyver
👍 I don't have time at the moment to look into it in detail, but thanks!
> unix is too vague for configuration I think. I suggest the configuration is called unix_socket That makes sense to me, thanks. > Documentation entry Good point, will do. >...
As a partial workaround, a license file specified in `project.license.file` (new-style metadata in `pyproject.toml`) should always be included in an sdist. This only works for one file per project, though....
Yup, superseded by #511 - thanks everyone.
My current thinking is that we'll make unknown `[project]` keys an error for Flit 4.0. I encourage all projects to specify an upper bound (currently `
I think Hatchling is doing the wrong thing there, though it's not entirely clear, because there isn't really a right thing. It has chosen to read the file and include...
Oh, and there's also an issue open on PyPI for how it displays really long license fields: https://github.com/pypi/warehouse/issues/12392
Yes, I think #379 covers this, thanks!
Hi, sorry it's taken me so long to look at this - life has been getting in the way. :slightly_smiling_face: I'm happy with the idea of exposing this, but I...
I've gone with `--only-deps` - thanks!