[python-package] remove MSVS solution files from sdist (#6698)

* [python-package] remove MSVS solution files from sdist

* remove one more line

---------

Co-authored-by: Nikita Titov <nekit94-08@mail.ru>
This commit is contained in:
James Lamb 2024-10-26 12:31:39 -05:00 коммит произвёл GitHub
Родитель 81ceaec08d
Коммит c9d1ac7bea
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -205,7 +205,6 @@ create_isolated_source_dir() {
cp -R ./include ./lightgbm-python
cp -R ./src ./lightgbm-python
cp -R ./swig ./lightgbm-python
cp -R ./windows ./lightgbm-python
# include only specific files from external_libs, to keep the package
# small and avoid redistributing code with licenses incompatible with
@ -303,8 +302,7 @@ if test "${INSTALL}" = true; then
./external_libs \
./include \
./src \
./swig \
./windows
./swig
# use regular-old setuptools for these builds, to avoid
# trying to recompile the shared library
sed -i.bak -e '/start:build-system/,/end:build-system/d' pyproject.toml