Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
adf9bdec
Commit
adf9bdec
authored
Jul 12, 2017
by
Joshua Adelman
Committed by
Guolin Ke
Jul 13, 2017
Browse files
Include LICENSE during python sdist (#680)
parent
1c8355c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
python-package/MANIFEST.in
python-package/MANIFEST.in
+1
-0
python-package/setup.py
python-package/setup.py
+1
-0
No files found.
python-package/MANIFEST.in
View file @
adf9bdec
prune build
include LICENSE
include *.rst *.txt
recursive-include lightgbm *.py *.txt *.so
recursive-include lightgbm/Release *.dll
...
...
python-package/setup.py
View file @
adf9bdec
...
...
@@ -43,6 +43,7 @@ def copy_files(use_gpu=False):
if
use_gpu
:
copy_files_helper
(
'compute'
)
distutils
.
file_util
.
copy_file
(
"../CMakeLists.txt"
,
"./lightgbm/"
)
distutils
.
file_util
.
copy_file
(
"../LICENSE"
,
"./"
)
def
compile_cpp
(
use_mingw
=
False
,
use_gpu
=
False
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment