From e1ef1a1283aea021d9a4fe41a576eb663df938fe Mon Sep 17 00:00:00 2001 From: Fabio Muratore Date: Sun, 14 Dec 2025 15:25:38 +0100 Subject: [PATCH] Fix meta data for license and description --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ca2e4f4..e9f76e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,9 +45,9 @@ classifiers = [ dependencies = [ "torch>=2.7", ] -description = "Implementations of the CRPS using PyTorch" +description = "A PyTorch-based distribution parametrized by the logits of CDF bins" dynamic = ["version"] -license = "MIT" +license = "CC-BY-4.0" maintainers = [{name = "Fabio Muratore", email = "accounts@famura.net"}] name = "binned-cdf" readme = "readme.md"