From cb279168f9c5cec742b5a05ac8326b9c168a8a91 Mon Sep 17 00:00:00 2001 From: Iris W <46726098+wildthyme@users.noreply.github.com> Date: Tue, 9 Apr 2019 15:18:28 -0400 Subject: [PATCH] fixed syntax error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06ccec6..a183cf8 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( install_requires = ['natsort==3.5.2', 'pypdf2==1.26'], extras_require = { 'CBR': ['unrar==0.3'] - } + }, python_requires = '>=3.6.0', url = 'https://github.com/wildthyme/comicapi', classifiers = ['License :: OSI Approved :: Apache Software License 2.0 (Apache-2.0)']