Skip to content

Commit

Permalink
update name to geb on Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Oct 1, 2024
1 parent 7bc0da6 commit 485e9dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ requires = ["flit_core >=3.4.0,<4"]
build-backend = "flit_core.buildapi"

[project]
name = "geb-model"
dist-name = "geb-model"
name = "geb"
dist-name = "geb"
authors = [
{name = "Jens de Bruijn", email = "[email protected]"},
{name = "Maurice Kalthof", email = "[email protected]"},
Expand All @@ -13,7 +13,6 @@ authors = [
]
dependencies = [
"cdsapi>=0.7.3",
"DamageScanner @ git+https://github.com/VU-IVM/DamageScanner@test-exact-extract",
"dask>=2024.6",
"deap>=1.4.1",
"flopy>=3.8.0",
Expand Down

0 comments on commit 485e9dd

Please sign in to comment.