diff --git a/python-validate_email.changes b/python-validate_email.changes index 5438708..fd4886e 100644 --- a/python-validate_email.changes +++ b/python-validate_email.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 13 15:24:26 UTC 2017 - tchvatal@suse.com + +- Distribute LICENSE + ------------------------------------------------------------------- Wed Dec 13 15:23:08 UTC 2017 - tchvatal@suse.com diff --git a/python-validate_email.spec b/python-validate_email.spec index 579f490..b660c03 100644 --- a/python-validate_email.spec +++ b/python-validate_email.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Verify if an email address is valid and really exists License: LGPL-3.0 Group: Development/Languages/Python -URL: https://github.com/syrusakbary/validate_email +Url: https://github.com/syrusakbary/validate_email Source: https://files.pythonhosted.org/packages/source/v/validate_email/validate_email-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildArch: noarch @@ -43,6 +43,7 @@ properly formatted and really exists. %python_install %files %{python_files} +%doc LICENSE README.rst %{python_sitelib}/* %changelog