Skip to content

Commit 16bdd7e

Browse files
committed
simplify
1 parent 308382c commit 16bdd7e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build-python.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -319,14 +319,11 @@ if test "${INSTALL}" = true; then
319319
echo '[metadata]' > ./setup.cfg
320320
echo 'name = lightgbm' >> ./setup.cfg
321321
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
323323
echo "" >> ./setup.cfg
324324
echo '[options]' >> ./setup.cfg
325325
echo 'packages = lightgbm' >> ./setup.cfg
326326
echo 'include_package_data = True' >> ./setup.cfg
327-
echo "" >> ./setup.cfg
328-
echo '[options.packages.find]' >> ./setup.cfg
329-
echo 'where = lightgbm' >> ./setup.cfg
330327
mkdir -p ./lightgbm/lib
331328
if test -f ../lib_lightgbm.so; then
332329
echo "found pre-compiled lib_lightgbm.so"

0 commit comments

Comments
 (0)