From 1a317658dcca8d2215151ad4e83a8150829bb267 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 11 Jul 2022 10:22:36 -0400 Subject: [PATCH] Explicitly list the license file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- python-soupsieve.spec | 1 + 1 file changed, 1 insertion(+) 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