Skip to content

Commit b556709

Browse files
authored
Add long_description_content_type for Markdown (GeoNode#11831)
1 parent 7b7bcb5 commit b556709

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)