From 5bab4849c432c13dbe64f94ce2190e035002f7a8 Mon Sep 17 00:00:00 2001 From: matham Date: Sun, 27 Sep 2020 13:26:58 -0400 Subject: [PATCH] No need for quotes in setup file. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 41cef4731..52bbbc0e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ plugins = kivy.tools.coverage [options] -python_requires = '>=3.6' +python_requires = >=3.6 install_requires = Kivy-Garden>=0.1.4 docutils