Skip to content

Commit 23f27f4

Browse files
committed
long_description_content_type fix
1 parent 27304ee commit 23f27f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
version=version,
2121
description='date and time parsing library.',
2222
long_description=readme,
23+
long_description_content_type='text/markdown',
2324
author='glib.ai',
2425
author_email='',
2526
maintainer='Samit Shah',
@@ -28,7 +29,7 @@
2829
license='MIT',
2930

3031
keywords=[
31-
'date','time', 'datetime', 'parser'
32+
'date', 'time', 'datetime', 'parser'
3233
],
3334

3435
classifiers=[

0 commit comments

Comments
 (0)