15
0

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=42
This commit is contained in:
2025-03-26 00:26:47 +00:00
committed by Git OBS Bridge
parent 01174be1b7
commit e9c06c04aa
2 changed files with 6 additions and 1 deletions

View File

@@ -84,6 +84,6 @@ $python -mpytest tests/clients
%doc README.rst
%license LICENSE
%{python_sitelib}/%{modname}
%{python_sitelib}/Authlib-%{version}.dist-info
%{python_sitelib}/%{modname}-%{version}.dist-info
%changelog