fixed syntax error

This commit is contained in:
Iris W 2019-04-09 15:18:28 -04:00
parent 0f36fdd81b
commit cb279168f9

View File

@ -8,7 +8,7 @@ setup(
install_requires = ['natsort==3.5.2', 'pypdf2==1.26'], install_requires = ['natsort==3.5.2', 'pypdf2==1.26'],
extras_require = { extras_require = {
'CBR': ['unrar==0.3'] 'CBR': ['unrar==0.3']
} },
python_requires = '>=3.6.0', python_requires = '>=3.6.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)']