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.
This commit is contained in:
parent
3979d68ec2
commit
1a317658dc
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user