From c6a204e5d6f5fe83dd3b746a403480ae2c82d09a Mon Sep 17 00:00:00 2001 From: arun3688 Date: Fri, 12 Jul 2024 11:21:01 +0200 Subject: [PATCH] fix setup.py long_description_content_type (#223) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c0395d0..d702276 100755 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ def generateIDL(): version='3.6.0', description='OpenModelica-Python API Interface', long_description=open('README.md').read(), + long_description_content_type='text/markdown', author='Anand Kalaiarasi Ganeson', author_email='ganan642@student.liu.se', maintainer='Adeel Asghar',