From 4a4526000ddbfe68a10b108dcb1be136f53388d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=A4rz?= Date: Thu, 20 Jul 2023 10:19:44 +0200 Subject: [PATCH] Change description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5d2ee6..dd7cb20 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="lightgbmlss", version="0.3.0", - description="LightGBMLSS - An extension of LightGBM to probabilistic forecasting", + description="LightGBMLSS - An extension of LightGBM to probabilistic modelling and prediction", long_description=open("README.md").read(), long_description_content_type="text/markdown", author="Alexander März",