From 421c69e97e806f1ce34e3758e3193dc04a547708 Mon Sep 17 00:00:00 2001 From: Guille Date: Mon, 31 Jul 2023 16:11:19 -0400 Subject: [PATCH] add missing file to the setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 01401184..2a883215 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ setup( 'hub.imports.construction', 'hub.imports.construction.helpers', 'hub.imports.energy_systems', + 'hub.imports.energy_systems.helpers', 'hub.imports.geometry', 'hub.imports.geometry.citygml_classes', 'hub.imports.geometry.helpers',