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.
epel9
Benjamin A. Beasley 3 years ago
parent 3979d68ec2
commit 1a317658dc

@ -65,6 +65,7 @@ sed -i 's/\(py\.test.*\)$/\1 \{posargs\}/' tox.ini
%endif %endif
%files -n python3-soupsieve -f %{pyproject_files} %files -n python3-soupsieve -f %{pyproject_files}
%license LICENSE.md
%doc README.md %doc README.md
%changelog %changelog

Loading…
Cancel
Save