From 1a317658dcca8d2215151ad4e83a8150829bb267 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Jul 11 2022 14:22:36 +0000 Subject: Explicitly list the license file While it is automatically included in dist-info, it is not currently marked with the “license” macro. See https://github.com/pypa/hatch/issues/193 for details. --- diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 803f611..96dc242 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -65,6 +65,7 @@ sed -i 's/\(py\.test.*\)$/\1 \{posargs\}/' tox.ini %endif %files -n python3-soupsieve -f %{pyproject_files} +%license LICENSE.md %doc README.md %changelog