From 1e379b27aa99e93c10a35a74ce5898a9305d9958218ead153d83ae5fcc750a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 2 Jun 2025 08:47:07 +0000 Subject: [PATCH] fix files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mccabe?expand=0&rev=25 --- python-mccabe.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-mccabe.spec b/python-mccabe.spec index cc8956d..747caf0 100644 --- a/python-mccabe.spec +++ b/python-mccabe.spec @@ -58,7 +58,8 @@ sed -i 's:pytest-runner::' setup.py %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/mccabe +%{python_sitelib}/mccabe.py %{python_sitelib}/mccabe-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/mccabe* %changelog