Skip to content

Commit c6a204e

Browse files
authored
fix setup.py long_description_content_type (#223)
1 parent 1657078 commit c6a204e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def generateIDL():
5151
version='3.6.0',
5252
description='OpenModelica-Python API Interface',
5353
long_description=open('README.md').read(),
54+
long_description_content_type='text/markdown',
5455
author='Anand Kalaiarasi Ganeson',
5556
author_email='ganan642@student.liu.se',
5657
maintainer='Adeel Asghar',

0 commit comments

Comments
 (0)