From fe364b52a46131a92c39fd06d1807a9bb4aa6bb8 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Mon, 15 May 2023 08:01:40 +0100 Subject: [PATCH] Fix documentation --- ai_models/__init__.py | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ai_models/__init__.py b/ai_models/__init__.py index 9cd73f5..cae9874 100644 --- a/ai_models/__init__.py +++ b/ai_models/__init__.py @@ -5,4 +5,4 @@ # granted to it by virtue of its status as an intergovernmental organisation # nor does it submit to any jurisdiction. -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/setup.py b/setup.py index 1248f75..e24e0cb 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ def read(fname): version=version, description="A package to run AI weather models", 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",