Be even more lenient, in the hopes of working on Nix.

This commit is contained in:
Itamar Turner-Trauring 2020-10-27 08:54:16 -04:00
parent 4b7ab2bfd8
commit dce8d3598a

View File

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