From c852da76ff14841b2654ca69abf8bad854ae2b64 Mon Sep 17 00:00:00 2001 From: Matthew Gidden Date: Sat, 19 May 2018 09:13:15 +0200 Subject: [PATCH] add note on pack_data --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 2a8e9b668..787a46db6 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,9 @@ def main(): 'install': Cmd, } pack_data = { + # for some reason the model/ directory had to be added separately + # it worked locally but not on CI: + # https://circleci.com/gh/iiasa/message_ix/29 'message_ix': all_subdirs('message_ix/model', strip='message_ix') + ['model/*gms', 'model/*opt'], }