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
637ff800
Unverified
Commit
637ff800
authored
Nov 19, 2020
by
James Lamb
Committed by
GitHub
Nov 18, 2020
Browse files
[python] cut unnecessary files to reduce package size (#3579)
parent
8c1260c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
python-package/MANIFEST.in
python-package/MANIFEST.in
+5
-1
No files found.
python-package/MANIFEST.in
View file @
637ff800
...
...
@@ -4,9 +4,13 @@ include *.rst *.txt
recursive-include lightgbm *.py *.txt *.so
recursive-include compile *.txt *.so
recursive-include compile/Release *.dll
recursive-include compile/compute *
recursive-include compile/compute/ *.txt
recursive-include compile/compute/cmake *
recursive-include compile/compute/include *
recursive-include compile/compute/meta *
recursive-include compile/include *
recursive-include compile/src *
recursive-include compile/windows LightGBM.sln LightGBM.vcxproj
recursive-include compile/windows/x64/DLL *.dll
global-exclude *.py[co]
exclude compile/compute/.git
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