Skip to content

Commit

Permalink
modified project and settigns file
Browse files Browse the repository at this point in the history
  • Loading branch information
srpeiter committed May 25, 2023
1 parent 7355dde commit 18fa9db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@
}
},
"python.formatting.provider": "black",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name = "cht_observations"
description = "Download tide gauge observation data"
readme = "README.md"
authors = [
{ name = "Maarten van Ormondt", email = "maarten.vanormondt@deltares.nl"},
{ name = "Julian Hofer", email = "Julian.Hofer@deltares.nl" },
{ name = "Sarwan Peiter", email = "Sarwan.Peiter@deltares.nl" },
]
Expand Down Expand Up @@ -35,6 +36,6 @@ include = ["cht_observations"]
"cht_observations" = ["py.typed"]

# TODO
#[project.urls]
[project.urls]
Source = "https://github.com/Deltares/cht_observations"
#Documentation = "https://deltares.github.io/Ribasim"
#Source = "https://github.com/Deltares/Ribasim"

0 comments on commit 18fa9db

Please sign in to comment.