Skip to content

Commit

Permalink
docs(pyproject.toml): update description
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Bartel <[email protected]>
  • Loading branch information
aaraney and robertbartel committed Jul 31, 2024
1 parent 5f863d1 commit e5f8846
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion python/lib/communication/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"ngen-config@git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen-config&subdirectory=python/ngen_conf",
]
readme = "README.md"
description = "Communications library package for components of the National Water Model as a Service architecture"
description = "Communications library package for components of the DMOD architecture"
dynamic = ["version"]
license = { text = "DOC" }
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion python/lib/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]
dependencies = ["pydantic>=1.10.8,~=1.10", "typing_extensions"]
readme = "README.md"
description = ""
description = "Library package with core DMOD concrete and abstract types depended upon by other DMOD libraries."
dynamic = ["version"]
license = { text = "DOC" }
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion python/lib/modeldata/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"pyogrio",
]
readme = "README.md"
description = ""
description = "Library package for classes related to forcing data, metadata, and other modeling-related data types and operations needed for tasks that can be executed within DMOD."
dynamic = ["version"]
license = { text = "DOC" }
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion python/lib/scheduler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"pydantic>=1.10.8,~=1.10",
]
readme = "README.md"
description = ""
description = "Library packages defining types for jobs, resources, execution operations, and related support components."
dynamic = ["version"]
license = { text = "DOC" }
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion python/services/dataservice/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"ngen-cal@git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen-config&subdirectory=python/ngen_cal",
]
readme = "README.md"
description = ""
description = "Service package for data management service within DMOD architecture."
dynamic = ["version"]
license = { text = "DOC" }
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion python/services/requestservice/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"dmod.externalrequests>=0.6.0",
]
readme = "README.md"
description = ""
description = "Service package for service component receiving and handling external request within the DMOD architecture."
dynamic = ["version"]
license = { text = "DOC" }
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion python/services/schedulerservice/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"dmod.scheduler>=0.13.0",
]
readme = "README.md"
description = ""
description = "Service package for service responsible for managing job scheduling, execution, and resource management in the DMOD architecture."
dynamic = ["version"]
license = { text = "DOC" }
requires-python = ">=3.8"
Expand Down

0 comments on commit e5f8846

Please sign in to comment.