Skip to content

Commit 06bdf64

Browse files
authored
Merge pull request #3297 from hiro-o918/master
chore: add py.typed for type checking
2 parents 618d777 + e4ad85f commit 06bdf64

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

luigi/py.typed

Whitespace-only changes.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_static_files(path):
2525
"*.eot", "*.svg", "*.ttf", "*.woff", "*.woff2"]]
2626

2727

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

3030
readme_note = """
3131
.. note::

0 commit comments

Comments
 (0)