changed Minimum python version

This commit is contained in:
Ozzie Isaacs 2019-07-15 20:17:36 +02:00 committed by GitHub
parent cb279168f9
commit 5346716578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ setup(
extras_require = { extras_require = {
'CBR': ['unrar==0.3'] 'CBR': ['unrar==0.3']
}, },
python_requires = '>=3.6.0', python_requires = '>=2.7.0',
url = 'https://github.com/wildthyme/comicapi', url = 'https://github.com/wildthyme/comicapi',
classifiers = ['License :: OSI Approved :: Apache Software License 2.0 (Apache-2.0)'] classifiers = ['License :: OSI Approved :: Apache Software License 2.0 (Apache-2.0)']
) )