scikit-learn-contrib / lightning

Large-scale linear classification, regression and ranking in Python
https://contrib.scikit-learn.org/lightning/
1.73k stars 214 forks source link

Add Makefile to MANIFEST.in #146

Closed dhirschfeld closed 3 years ago

dhirschfeld commented 3 years ago

For packaging with conda-forge it would be useful to include the Makefile in the sdist.

https://github.com/conda-forge/sklearn-contrib-lightning-feedstock/pull/12/files#r546366624

mblondel commented 3 years ago

CC @fabianp

fabianp commented 3 years ago

CC @fabianp

Looks good to me, merged. Thanks for the pull request

mblondel commented 3 years ago

Thanks!