From fa9acb7120f4e719b3c7e747bdfc72da4763615ac469388d3f72597fc3978ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 28 May 2025 12:39:20 +0000 Subject: [PATCH] fix files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inifile?expand=0&rev=5 --- python-inifile.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-inifile.spec b/python-inifile.spec index 975a887..acf7e96 100644 --- a/python-inifile.spec +++ b/python-inifile.spec @@ -53,7 +53,8 @@ A small INI library for Python. %files %{python_files} %license LICENSE -%{python_sitelib}/inifile +%{python_sitelib}/inifile.py %{python_sitelib}/inifile-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/inifile* %changelog