changed Minimum python version
This commit is contained in:
parent
cb279168f9
commit
5346716578
2
setup.py
2
setup.py
@ -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)']
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user