From 18257b4134c6d7b1b223506177e8199a164e9aa9 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Mon, 15 May 2023 08:01:53 +0100 Subject: [PATCH] Fix documentation --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 698fa30..a75abcf 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ def has_gpu(): version=version, description="An ai-models plugin to run PanguWeather", long_description=read("README.md"), + long_description_content_type="text/markdown", author="European Centre for Medium-Range Weather Forecasts (ECMWF)", author_email="software.support@ecmwf.int", license="Apache License Version 2.0",