Skip to content

Commit a021a32

Browse files
Set correct content type for the long_description in setup.py (#694)
1 parent 0af1885 commit a021a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
long_description = (this_directory / "README.rst").read_text()
77
setup(
88
long_description=long_description,
9-
long_description_content_type='text/markdown',
9+
long_description_content_type='text/x-rst',
1010
use_scm_version={"version_scheme": "post-release"}
1111
)

0 commit comments

Comments
 (0)