diff --git a/python-scp.spec b/python-scp.spec index f5f0450..5806e63 100644 --- a/python-scp.spec +++ b/python-scp.spec @@ -25,7 +25,7 @@ Release: 0 Summary: SSH scp module for paramiko License: LGPL-2.1-or-later Group: Development/Languages/Python -Url: https://github.com/jbardin/scp.py +URL: https://github.com/jbardin/scp.py Source: https://files.pythonhosted.org/packages/source/s/scp/scp-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros @@ -51,7 +51,8 @@ and has only been tested with this implementation. %python_install %files %{python_files} -%doc LICENSE.txt README.rst +%license LICENSE.txt +%doc README.rst %{python_sitelib}/* %changelog