From 68e556be16c576016494688a21364d5a19266630 Mon Sep 17 00:00:00 2001 From: andamian Date: Wed, 8 Jul 2020 14:36:37 -0700 Subject: [PATCH] Update setup.cfg --- caom2/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caom2/setup.cfg b/caom2/setup.cfg index 0f63a724..f38422bf 100644 --- a/caom2/setup.cfg +++ b/caom2/setup.cfg @@ -42,7 +42,7 @@ install_requires = lxml<=4.3.0;python_version=="3.4" lxml>=3.7.0;python_version>="3.5" # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -version >= 2.4 +version = 2.4 [entry_points]