"vscode:/vscode.git/clone" did not exist on "3ed0027bffe820ba6c81f32b82f02ef8302c6aad"
Unverified Commit c9d1ac7b authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

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



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

* remove one more line

---------
Co-authored-by: default avatarNikita Titov <nekit94-08@mail.ru>
parent 81ceaec0
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment