Unverified Commit 286cdb5c authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[python-package] declare the use of inline type hints (#5709)

parent 76c0077a
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
......
...@@ -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'])
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