Skip to content

Commit 9f79c77

Browse files
committed
Specify that long_description is in markdown
1 parent 680363f commit 9f79c77

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
@@ -33,6 +33,7 @@
3333
url = metadata["__url__"],
3434
description = metadata["__description__"],
3535
long_description=readme,
36+
long_description_content_type='text/markdown',
3637
packages=find_packages(),
3738
package_data={
3839
'gdxpds.test': ['*.csv','*.gdx']

0 commit comments

Comments
 (0)