Skip to content

Commit 2d93e64

Browse files
authored
Fix meta data for license and description (#16)
1 parent 46049d3 commit 2d93e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ classifiers = [
4545
dependencies = [
4646
"torch>=2.7",
4747
]
48-
description = "Implementations of the CRPS using PyTorch"
48+
description = "A PyTorch-based distribution parametrized by the logits of CDF bins"
4949
dynamic = ["version"]
50-
license = "MIT"
50+
license = "CC-BY-4.0"
5151
maintainers = [{name = "Fabio Muratore", email = "[email protected]"}]
5252
name = "binned-cdf"
5353
readme = "readme.md"

0 commit comments

Comments
 (0)