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",