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
286cdb5c
Unverified
Commit
286cdb5c
authored
Feb 12, 2023
by
James Lamb
Committed by
GitHub
Feb 12, 2023
Browse files
[python-package] declare the use of inline type hints (#5709)
parent
76c0077a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
python-package/MANIFEST.in
python-package/MANIFEST.in
+1
-1
python-package/lightgbm/py.typed
python-package/lightgbm/py.typed
+0
-0
python-package/setup.py
python-package/setup.py
+2
-1
No files found.
python-package/MANIFEST.in
View file @
286cdb5c
prune build
prune build
include LICENSE
include LICENSE
include *.rst *.txt
include *.rst *.txt
recursive-include lightgbm VERSION.txt *.py *.so
recursive-include lightgbm VERSION.txt
py.typed
*.py *.so
include compile/CMakeLists.txt
include compile/CMakeLists.txt
include compile/cmake/IntegratedOpenCL.cmake
include compile/cmake/IntegratedOpenCL.cmake
recursive-include compile *.so
recursive-include compile *.so
...
...
python-package/lightgbm/py.typed
0 → 100644
View file @
286cdb5c
python-package/setup.py
View file @
286cdb5c
...
@@ -389,4 +389,5 @@ if __name__ == "__main__":
...
@@ -389,4 +389,5 @@ if __name__ == "__main__":
'Programming Language :: Python :: 3.8'
,
'Programming Language :: Python :: 3.8'
,
'Programming Language :: Python :: 3.9'
,
'Programming Language :: Python :: 3.9'
,
'Programming Language :: Python :: 3.10'
,
'Programming Language :: Python :: 3.10'
,
'Topic :: Scientific/Engineering :: Artificial Intelligence'
])
'Topic :: Scientific/Engineering :: Artificial Intelligence'
,
'Typing :: Typed'
])
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