ensure egg-info will be included also for Python 3.10

This commit is contained in:
Felix Schwarz 2019-11-08 09:28:26 +01:00
commit 83db8fbcbf

View file

@ -66,7 +66,7 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py?
%license LICENSE
%doc README.rst
%{python3_sitelib}/%{srcname}/
%{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info/
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/
%changelog