From a900679eb6b7acbdbb92ed340aa4b6d67eb23742 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 17 Apr 2021 21:53:16 -0700 Subject: [PATCH] Fix python_requires tag --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 21aae6c..9e8728d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,5 +30,5 @@ Source = https://github.com/drewcassidy/yaclog [options] install_requires = Click; GitPython -python_requires >= 3.8 +python_requires = >= 3.8 packages = find: