Skip to content
Snippets Groups Projects
Commit dc92fc55 authored by Tobias.Selz's avatar Tobias.Selz
Browse files

Finishing first published version

parent 47999d7c
No related tags found
No related merge requests found
# icon-nmltools
This package provides command line tools (written in python) to deal with **ICON** namelist files.
This package provides command line tools (written in python) to deal with namelist files of the **ICON** numerical weather prediction model of DWD/MPI.
## nmldiff
......
......@@ -3,11 +3,11 @@ requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "icon_namelist_tools"
name = "icon-nmltools"
authors = [
{name = "Tobias Selz", email = "tobias.selz@lmu.de"},
]
dynamic = ["version"]
version = "0.1beta"
description = "A collection of tools to compare and process ICON namelists"
readme = "README.md"
requires-python = ">=3.6"
......@@ -20,9 +20,8 @@ dependencies = [
]
[project.urls]
"Homepage" = "https://gitlab.physik.uni-muenchen.de/Tobias.Selz/icon_namelist_tools"
"Repository" = "https://gitlab.physik.uni-muenchen.de/Tobias.Selz/icon_namelist_tools"
"Bug Tracker" = "https://gitlab.physik.uni-muenchen.de/Tobias.Selz/icon_namelist_tools/-/issues"
"Homepage" = "https://gitlab.physik.uni-muenchen.de/Tobias.Selz/icon-nmltools"
"Repository" = "https://gitlab.physik.uni-muenchen.de/Tobias.Selz/icon-nmltools"
[project.scripts]
nmldiff = "nmldiff:nmldiff_cli"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment