Skip to content

Commit b1682db

Browse files
Add long_description_content_type for Markdown (GeoNode#11831) (GeoNode#11832)
(cherry picked from commit b556709) Co-authored-by: Giovanni Allegri <[email protected]>
1 parent 73f6ba9 commit b1682db

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
@@ -28,6 +28,7 @@
2828
setup(
2929
version=__import__("geonode").get_version(),
3030
long_description=open("README.md").read(),
31+
long_description_content_type="text/markdown",
3132
package_data={
3233
"": ["*.*"], # noqa
3334
"": ["static/*.*"], # noqa

0 commit comments

Comments
 (0)