add nrcan data to the pip package
This commit is contained in:
parent
3891c866cf
commit
68457b9d26
1
setup.py
1
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')),
|
||||
|
|
Loading…
Reference in New Issue
Block a user