From b32b23b1992f0524db61ce3b4e003e8d5f45ab1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=A4rz?= <41187941+StatMixedML@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:58:59 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1bd0ee5..c7f50b8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="xgboostlss", version="0.4.0", - description="XGBoostLSS - An extension of XGBoost to probabilistic forecasting", + description="XGBoostLSS - An extension of XGBoost to probabilistic modelling", long_description=open("README.md").read(), long_description_content_type="text/markdown", author="Alexander März",