Add license to setup.py and LICENSE file
grantjenks opened this issue · 3 comments
grantjenks commented
I'm interested in experimenting with this at work but our build process requires that we check the license of all code that is imported. I noticed that idom is licensed as "MIT" in setup.py and includes a LICENSE file. Would you be willing to do that for idom-jupyter as well?
rmorshea commented
Added the license file. Will make a release containing it shortly.
rmorshea commented
@grantjenks version 0.6.2 should now contain an MIT license file in the distribution
grantjenks commented
Thanks!