13f3d7622859f177ecf3bc900f72799c9a42e664
Don't source the LICENSE file in the Python package metadata, this confuses license checkers such as liccheck and the rest of the python ecosystem too (see the left column in the PyPI page).
It needs both. License files with hatchling need to be done with license-files instead of license.
license-files
license
See: https://hatch.pypa.io/latest/config/metadata/#license
I'm not seeing here where it indicates it needs both, but I guess it doesn't hurt. Since this change is correct (if not necessarily complete), I'll merge this and fiddle with the license-files field. Thanks @abompard!
Pull-Request has been merged by jcline
Okay, I added a follow-up commit to add license-files in addition to license and published v1.1.1. Now there's no license field at all on the PyPI page so... I'm not sure it's supposed to have both.
Don't source the LICENSE file in the Python package metadata, this confuses license checkers such as liccheck and the rest of the python ecosystem too (see the left column in the PyPI page).