14
0
Tomáš Chvátal
2017-12-13 15:22:04 +00:00
committed by Git OBS Bridge
parent 451060b035
commit 1e755057a1
2 changed files with 7 additions and 1 deletions

View File

@@ -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