Add missing comma to setup kwargs

This commit is contained in:
John G G 2018-05-30 10:10:09 -04:00 committed by GitHub
parent 71dc482c94
commit 308dd1d4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ setup(
version=about['__version__'],
description=DESCRIPTION,
long_description=long_description,
long_description_content_type='text/markdown'
long_description_content_type='text/markdown',
author=AUTHOR,
author_email=EMAIL,
python_requires=REQUIRES_PYTHON,