Skip to content

Commit

Permalink
Merge pull request #3297 from hiro-o918/master
Browse files Browse the repository at this point in the history
chore: add py.typed for type checking
  • Loading branch information
dlstadther authored Jul 21, 2024
2 parents 618d777 + e4ad85f commit 06bdf64
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 06bdf64

Please sign in to comment.