Fix missing comma
This commit is contained in:
parent
71dc482c94
commit
1f310783d6
2
setup.py
2
setup.py
@ -89,7 +89,7 @@ setup(
|
|||||||
version=about['__version__'],
|
version=about['__version__'],
|
||||||
description=DESCRIPTION,
|
description=DESCRIPTION,
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown'
|
long_description_content_type='text/markdown',
|
||||||
author=AUTHOR,
|
author=AUTHOR,
|
||||||
author_email=EMAIL,
|
author_email=EMAIL,
|
||||||
python_requires=REQUIRES_PYTHON,
|
python_requires=REQUIRES_PYTHON,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user