From dce8d3598aece5f9b98e7fa569aa297a331ee95f Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 27 Oct 2020 08:54:16 -0400 Subject: [PATCH] Be even more lenient, in the hopes of working on Nix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1247ad368..c27681ea8 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ install_requires = [ "distro >= 1.4.0", # Backported configparser for Python 2: - "configparser >= 4.0.0 ; python_version < '3.0'", + "configparser ; python_version < '3.0'", ] setup_requires = [