We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27304ee commit 23f27f4Copy full SHA for 23f27f4
1 file changed
setup.py
@@ -20,6 +20,7 @@
20
version=version,
21
description='date and time parsing library.',
22
long_description=readme,
23
+ long_description_content_type='text/markdown',
24
author='glib.ai',
25
author_email='',
26
maintainer='Samit Shah',
@@ -28,7 +29,7 @@
28
29
license='MIT',
30
31
keywords=[
- 'date','time', 'datetime', 'parser'
32
+ 'date', 'time', 'datetime', 'parser'
33
],
34
35
classifiers=[
0 commit comments