Skip to content

Commit 4491ad5

Browse files
committed
Specify long_description_content_type in setup.py
1 parent 1e5f3c5 commit 4491ad5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def read(*rnames):
3535
platforms=["any"],
3636
description='SWITCH Power System Planning Model',
3737
long_description=read('README'),
38+
long_description_content_type="text/markdown",
3839
classifiers=[
3940
'Development Status :: 5 - Production/Stable',
4041
'Environment :: Console',

0 commit comments

Comments
 (0)