Skip to content

Commit

Permalink
[python-package] declare the use of inline type hints (#5709)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Feb 13, 2023
1 parent 76c0077 commit 286cdb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-package/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
prune build
include LICENSE
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/cmake/IntegratedOpenCL.cmake
recursive-include compile *.so
Expand Down
Empty file.
3 changes: 2 additions & 1 deletion python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,5 @@ def run(self) -> None:
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Scientific/Engineering :: Artificial Intelligence'])
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Typing :: Typed'])

0 comments on commit 286cdb5

Please sign in to comment.