We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7bcb5 commit b556709Copy full SHA for b556709
setup.py
@@ -28,6 +28,7 @@
28
setup(
29
version=__import__("geonode").get_version(),
30
long_description=open("README.md").read(),
31
+ long_description_content_type="text/markdown",
32
package_data={
33
"": ["*.*"], # noqa
34
"": ["static/*.*"], # noqa
0 commit comments