Skip to content

Commit

Permalink
add note on pack_data
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed May 19, 2018
1 parent f19e998 commit c852da7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
}
Expand Down

0 comments on commit c852da7

Please sign in to comment.