License
MartinThoma opened this issue · 2 comments
MartinThoma commented
This is missing a license. You can use https://tldrlegal.com/ for an overview. The top-3 are MIT, BSD and GPL (see my analysis).
The simplest way to add it is in the setup.py as license='MIT'
or similar.
statisticianinstilettos commented
Added MIT license to the repo. Thanks for the thorough analysis.
MartinThoma commented
I think there is a '
missing: https://github.com/statisticianinstilettos/recmetrics/blob/master/setup.py#L25 ... but I wonder why the syntax highlighting doesn't show it. It might be just be being tired^^