From daa923a88bb20091d9f6b28055a46d352bdfc072 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 Nov 2024 19:09:26 +0000 Subject: [PATCH] pyproject.toml: typo --- aimodel/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aimodel/pyproject.toml b/aimodel/pyproject.toml index 452fa0c..a06fdcd 100644 --- a/aimodel/pyproject.toml +++ b/aimodel/pyproject.toml @@ -3,7 +3,7 @@ name = "research-rainfallradar" description = "A model to predict water depth data from rainfall radar information" readme = "../README.md" version = "1.0" -licennse = { text = "AGPL-3.0" } +license = { text = "AGPL-3.0" } keywords = [ "rainfall-radar", "water-depth-prediction", "deep-learning", "deeplabv3+", "image-segmentation", "hydrological-modeling", "flood-forecasting", "ai", "machine-learning", "tensorflow" ] classifiers = [