Skip to content

Commit 5cf219e

Browse files
committed
fix: rpm copr build
1 parent 39295ab commit 5cf219e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rpm/python3-pybadfish.spec.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ BuildRequires: zlib-devel
4040
%check
4141
%tox
4242

43-
%files -n %{name}
43+
%files -n %{name} -f %{pyproject_files}
4444
%doc README.md
4545
%license LICENSE
46-
%{python3_sitelib}/%{project}-%{version}-py%{python3_version}.egg-info/
47-
%{python3_sitelib}/%{project}
4846
%{_bindir}/%{project}
4947

5048
%changelog

0 commit comments

Comments
 (0)