Skip to content

Commit

Permalink
chore: add py.typed for type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-o918 committed Jul 21, 2024
1 parent 618d777 commit e4ad85f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added luigi/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_static_files(path):
"*.eot", "*.svg", "*.ttf", "*.woff", "*.woff2"]]


luigi_package_data = sum(map(get_static_files, ["luigi/static", "luigi/templates"]), [])
luigi_package_data = sum(map(get_static_files, ["luigi/static", "luigi/templates"]), ["py.typed"])

readme_note = """
.. note::
Expand Down

0 comments on commit e4ad85f

Please sign in to comment.