From b32f05e1c8195f52b398bbdfbbcadd3f3b787d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=A4rz?= Date: Fri, 19 Jan 2024 15:18:00 +0100 Subject: [PATCH] Removed download_url --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 99d9086..063adb2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,6 @@ author="Alexander März", author_email="alex.maerz@gmx.net", url="https://github.com/StatMixedML/XGBoostLSS", - download_url="https://github.com/StatMixedML/XGBoostLSS/archive/refs/tags/v0.4.0.tar.gz", license="Apache License 2.0", packages=find_packages(exclude=["docs", "tests*"]), include_package_data=True,