From 68457b9d260c736eb692db27f2cea189c0fce639 Mon Sep 17 00:00:00 2001 From: guille Date: Thu, 18 Jan 2024 06:32:44 +0100 Subject: [PATCH] add nrcan data to the pip package --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c44df2fd..7c2df9ca 100644 --- a/setup.py +++ b/setup.py @@ -100,6 +100,7 @@ setup( ('hub/data/geolocation', glob.glob('hub/data/geolocation/*.txt')), ('hub/data/greenery', glob.glob('hub/data/greenery/*.xml')), ('hub/data/usage', glob.glob('hub/data/usage/*.xml')), + ('hub/data/usage', glob.glob('hub/data/usage/*.json')), ('hub/data/usage', glob.glob('hub/data/usage/*.xlsx')), ('hub/data/weather', glob.glob('hub/data/weather/*.dat')), ('hub/data/weather/epw', glob.glob('hub/data/weather/epw/*.epw')),