pyproject.toml: typo

This commit is contained in:
Starbeamrainbowlabs 2024-11-14 19:09:26 +00:00
parent f94f777f0a
commit daa923a88b
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -3,7 +3,7 @@ name = "research-rainfallradar"
description = "A model to predict water depth data from rainfall radar information" description = "A model to predict water depth data from rainfall radar information"
readme = "../README.md" readme = "../README.md"
version = "1.0" 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" ] keywords = [ "rainfall-radar", "water-depth-prediction", "deep-learning", "deeplabv3+", "image-segmentation", "hydrological-modeling", "flood-forecasting", "ai", "machine-learning", "tensorflow" ]
classifiers = [ classifiers = [