Skip to content

Commit db30143

Browse files
build(setup): fix long_description_content_type
1 parent d6a485e commit db30143

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
@@ -69,6 +69,7 @@ def get_version_number():
6969
}
7070
},
7171
package_data={"": ["LICENSE", "README.md", "CHANGELOG"]},
72+
long_description_content_type='text/markdown',
7273
long_description=open("README.md").read()
7374
)
7475

0 commit comments

Comments
 (0)