Skip to content

Commit

Permalink
Add long_description_content_type for Markdown (GeoNode#11831)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy authored Jan 10, 2024
1 parent 7b7bcb5 commit b556709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
setup(
version=__import__("geonode").get_version(),
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
package_data={
"": ["*.*"], # noqa
"": ["static/*.*"], # noqa
Expand Down

0 comments on commit b556709

Please sign in to comment.