[15:59:16] <ScottK> https://github.com/Kozea/WeasyPrint is the project I'm trying to help add LICENSE to their and they want all the config in setup.cfg, no MANFEST.in. I'd appreciate suggestions.
[16:06:31] <toad_polo> ScottK: Super sorry, I was confusing an open issue with a recent closed PR related to license files.
[16:06:39] <toad_polo> Here's the issue: https://github.com/pypa/setuptools/issues/1636
[16:07:44] <ScottK> That would do it (and be a great idea), but even when I use license_file= I can't get it to work (and if I understand the status as of the last release, it's supposed to).
[16:07:57] <toad_polo> Hmm, no, wait, that is actually about making it the default behavior, a linked issue indicates that it should work like I thought.
[16:09:01] <toad_polo> I don't see anything in that repo that has a license_file.
[16:09:46] <toad_polo> Looks like this is how it was done elsewhere, if that helps: https://github.com/asottile/pyupgrade/pull/90/files
[16:16:25] <ScottK> Thanks. That's exactly what I had, so no idea why it's not working.