From 9d9e3bdb92452b825cce968b2894997b556a4972 Mon Sep 17 00:00:00 2001 From: gerrymanoim Date: Wed, 22 Jul 2020 14:52:30 -0400 Subject: [PATCH] DEV: Fix InvalidSpecifier issues with newer setuptools --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c90ccc4d8..57a131821 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ keywords = [options] include_package_data = True packages = find: -python_requires = '~=3.5' +python_requires = ~=3.5 setup_requires = setuptools install_requires =