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')),