diff --git a/python-setuptools.changes b/python-setuptools.changes index a374be8..852ba76 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 6 17:14:11 UTC 2020 - Matej Cepl + +- Fix License to the correct MIT + ------------------------------------------------------------------- Fri Mar 13 13:09:15 UTC 2020 - Tomáš Chvátal diff --git a/python-setuptools.spec b/python-setuptools.spec index 8f8f52f..f52f61c 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -31,11 +31,9 @@ Name: python-setuptools%{psuffix} Version: 44.0.0 Release: 0 Summary: Enhancements to distutils for building and distributing Python packages -License: Python-2.0 OR ZPL-2.0 +License: MIT URL: https://github.com/pypa/setuptools Source: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{version}.zip -Source1: psfl.txt -Source2: zpl.txt Source3: testdata.tar.gz Patch0: sort-for-reproducibility.patch Patch1: importlib.patch @@ -148,6 +146,7 @@ export LANG=en_US.UTF-8 %python_uninstall_alternative easy_install %files %{python_files} +%license LICENSE %doc CHANGES.rst README.rst %python_alternative %{_bindir}/easy_install %{python_sitelib}/setuptools