Skip to content

Commit f6b56d5

Browse files
authored
Fix setup.py
1 parent 08678c5 commit f6b56d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
author_email=author_email,
3939
description="Library of utils to create REST Python Microservices",
4040
long_description=long_description,
41-
long_description_content_type='text/markdown'
41+
long_description_content_type='text/markdown',
4242
classifiers=[
4343
'Development Status :: 3 - Alpha',
4444
'Framework :: Flask',

0 commit comments

Comments
 (0)