Let pyproject-rpm-macros handle the license file

This commit is contained in:
Benjamin A. Beasley 2021-09-13 15:51:32 -04:00
parent c7cfbf006c
commit e0810bad55
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 %{srcname}.1
%files -n python3-%{srcname} -f %{pyproject_files}
%license COPYING
%{_bindir}/%{srcname}
%{_mandir}/man1/%{srcname}.1*