Commit 16bdd7e 1 parent 308382c commit 16bdd7e Copy full SHA for 16bdd7e
File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -319,14 +319,11 @@ if test "${INSTALL}" = true; then
319
319
echo ' [metadata]' > ./setup.cfg
320
320
echo ' name = lightgbm' >> ./setup.cfg
321
321
echo " version = $( head -1 ../VERSION.txt) " >> ./setup.cfg
322
- echo ' description = lightgbm' >> ./setup.cfg
322
+ echo ' description = lightgbm (built with LightGBM/build-python.sh) ' >> ./setup.cfg
323
323
echo " " >> ./setup.cfg
324
324
echo ' [options]' >> ./setup.cfg
325
325
echo ' packages = lightgbm' >> ./setup.cfg
326
326
echo ' include_package_data = True' >> ./setup.cfg
327
- echo " " >> ./setup.cfg
328
- echo ' [options.packages.find]' >> ./setup.cfg
329
- echo ' where = lightgbm' >> ./setup.cfg
330
327
mkdir -p ./lightgbm/lib
331
328
if test -f ../lib_lightgbm.so; then
332
329
echo " found pre-compiled lib_lightgbm.so"
You can’t perform that action at this time.
0 commit comments