Fix missing comma

This commit is contained in:
Matthew Peveler 2018-05-04 17:32:50 -04:00 committed by GitHub
parent 71dc482c94
commit 1f310783d6
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,