#33 Use a SPDX tag for the license instead of including the file
Merged by jcline. Opened by abompard.
abompard/cloud-image-uploader licence-tag  into  main

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.

See: https://hatch.pypa.io/latest/config/metadata/#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.

Metadata