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"