From fb0d652460ae2578f9e9f539a55b27df4056ca2f Mon Sep 17 00:00:00 2001 From: Daafip Date: Mon, 22 Apr 2024 15:16:30 +0200 Subject: [PATCH] add entry point for model --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 280d9be..924ea8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"