Skip to content

Commit

Permalink
add entry point for model
Browse files Browse the repository at this point in the history
  • Loading branch information
Daafip committed Apr 22, 2024
1 parent 925c8a2 commit fb0d652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies = [
# This registers the plugin such that it is discoverable by eWaterCycle
[project.entry-points."ewatercycle.models"]
HBV = "ewatercycle_HBV.model:HBV"
HBVLocal= "ewatercycle_HBV.model:HBVLocal"
[project.entry-points."ewatercycle.forcings"]
HBVForcing = "ewatercycle_HBV.forcing:HBVForcing"

Expand Down

0 comments on commit fb0d652

Please sign in to comment.