Skip to content

Commit 41d942b

Browse files
committed
MNT: Add content type for long description (text/x-rst)
1 parent 5743001 commit 41d942b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def main():
119119
maintainer_email=ldict["MAINTAINER_EMAIL"],
120120
description=ldict["DESCRIPTION"],
121121
long_description=ldict["LONG_DESCRIPTION"],
122+
long_description_content_type="text/x-rst",
122123
url=ldict["URL"],
123124
download_url=ldict["DOWNLOAD_URL"],
124125
license=ldict["LICENSE"],

0 commit comments

Comments
 (0)